mirror of
https://git.victorphan.net/basketballcantho/ten-project.git
synced 2026-08-05 10:43:11 +07:00
update port phù hợp là 8001 và 3011
This commit is contained in:
+4
-4
@@ -53,7 +53,7 @@ services:
|
||||
volumes:
|
||||
- pdf_uploads:/uploads
|
||||
expose:
|
||||
- "8000"
|
||||
- "8001"
|
||||
networks:
|
||||
- lms_net
|
||||
|
||||
@@ -64,15 +64,15 @@ services:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
NEXT_PUBLIC_API_URL: http://backend:8000
|
||||
NEXT_PUBLIC_API_URL: http://backend:8001
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- backend
|
||||
environment:
|
||||
NEXT_PUBLIC_API_URL: http://backend:8000
|
||||
NEXT_PUBLIC_API_URL: http://backend:8001
|
||||
NODE_ENV: production
|
||||
ports:
|
||||
- "${FRONTEND_PORT:-3000}:3000"
|
||||
- "${FRONTEND_PORT:-3011}:3011"
|
||||
networks:
|
||||
- lms_net
|
||||
|
||||
|
||||
Reference in New Issue
Block a user