diff --git a/docker-compose.yml b/docker-compose.yml index e4e1264..dde0add 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,8 +35,6 @@ services: condition: service_healthy runtime: condition: service_healthy - volumes: - - ./frontend/build/client:/usr/share/nginx/html healthcheck: test: ["CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null"] interval: 10s @@ -77,6 +75,8 @@ services: condition: service_completed_successfully runtime: condition: service_healthy + ports: + - 8891:8000 volumes: - ./backend:/app/backend - ./common:/app/common @@ -93,6 +93,8 @@ services: context: . dockerfile: runtime/Dockerfile restart: unless-stopped + ports: + - 8892:8000 cap_add: - SYS_ADMIN devices: