jerry 1 săptămână în urmă
părinte
comite
29f75babdb
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -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: