services: local_quantum_app: env_file: .env image: git.deowl.ru/vkrb/client:0.1.0 container_name: quantum-client restart: unless-stopped ports: - ${PORT}:${PORT} volumes: - ./localStorage:${STORAGE_PATH}