v0.1.0
Changes: - added rabbitmq hearbeat, consumer and publisher - fixed vqe to run with rabbitmq - added frontend via fasthtml - added proper .env configuration
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
services:
|
||||
local_quantum_app:
|
||||
build:
|
||||
context: .
|
||||
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:
|
||||
- 5001:5001
|
||||
environment:
|
||||
MQTT_HOST: mqtt.deowl.ru
|
||||
MQTT_PORT: 1883
|
||||
- ${PORT}:${PORT}
|
||||
volumes:
|
||||
- ./localStorage:${STORAGE_PATH}
|
||||
|
||||
Reference in New Issue
Block a user