|
|
@@ -5,7 +5,7 @@ services:
|
|
|
build: .
|
|
|
image: coordinator:latest
|
|
|
container_name: coordinator-sentinel
|
|
|
- command: ["python3", "main_sentinel.py"]
|
|
|
+ command: ["python3", "main_sentinel.py", "--config", "config/config.json"]
|
|
|
restart: unless-stopped
|
|
|
shm_size: '2gb'
|
|
|
volumes:
|
|
|
@@ -31,7 +31,7 @@ services:
|
|
|
build: .
|
|
|
image: coordinator:latest
|
|
|
container_name: coordinator-booker
|
|
|
- command: ["python3", "main_booker.py"]
|
|
|
+ command: ["python3", "main_booker.py", "--config", "config/config.json"]
|
|
|
restart: unless-stopped
|
|
|
shm_size: '2gb'
|
|
|
volumes:
|