Files
local_quantum_simulator/docker-compose.yml
DeOwl fdeec1bf2e
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 3m56s
v0.1.1
-- added automativ queue reconenction (querying for queues to join from
server)
2026-05-26 11:44:13 +03:00

12 lines
243 B
YAML

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}