Files
local_quantum_simulator/docker-compose.yml
DeOwl 96548e60ea v0.1.0
Changes:
- added rabbitmq hearbeat, consumer and publisher
- fixed vqe to run with rabbitmq
- added frontend via fasthtml
- added proper .env configuration
2026-05-14 13:27:33 +03:00

14 lines
341 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
extra_hosts:
- "auth.localhost:host-gateway"
- "host.docker.internal:host-gateway"
ports:
- ${PORT}:${PORT}
volumes:
- ./localStorage:${STORAGE_PATH}