From dcc20889997e7b8d5260b4a66c0b6dfb8b38af91 Mon Sep 17 00:00:00 2001 From: taochen Date: Thu, 6 Aug 2026 09:45:40 +0800 Subject: [PATCH] add port --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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: