i use dokploy to deploy. so i guess we dont need use PORT in docker-compose.yml
This commit is contained in:
@@ -34,8 +34,6 @@ services:
|
||||
GOOGLE_CLIENT_SECRET: ${GOOGLE_CLIENT_SECRET}
|
||||
GOOGLE_CALLBACK_URL: ${GOOGLE_CALLBACK_URL}
|
||||
FRONTEND_URL: ${FRONTEND_URL}
|
||||
ports:
|
||||
- "${BACKEND_PORT}:${BACKEND_PORT}"
|
||||
|
||||
frontend:
|
||||
build:
|
||||
@@ -46,7 +44,5 @@ services:
|
||||
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL}
|
||||
UPLOAD_R2_WORKER_API: ${UPLOAD_R2_WORKER_API}
|
||||
R2_UPLOAD_API_KEY: ${R2_UPLOAD_API_KEY}
|
||||
ports:
|
||||
- "${FRONTEND_PORT}:3000"
|
||||
depends_on:
|
||||
- backend
|
||||
Reference in New Issue
Block a user