Listing: Docker-Compose-Datei services: redis: image: redis:latest restart: always app: image: cupcakearmy/cryptgeon:latest restart: always depends_on: - redis ports: - 8000:8000