fix: update port mapping and environment variables for frontend service

This commit is contained in:
2025-07-01 14:47:08 +05:30
parent 08fc5c873c
commit 570cf0a64b

View File

@@ -11,10 +11,10 @@ services:
stdin_open: true
tty: true
ports:
- "8300:80"
- "8300:3000"
environment:
- WDS_SOCKET_PORT=0
- PORT=80
- PORT=3000
- DOCSIFY_PORT=8201
volumes:
- ./app:/app