add port
This commit is contained in:
+4
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user