All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 3m56s
-- added automativ queue reconenction (querying for queues to join from server)
12 lines
243 B
YAML
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}
|