port
This commit is contained in:
@@ -96,8 +96,9 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile.frontend
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "${FRONTEND_PORT:-3000}:${FRONTEND_PORT:-3000}"
|
||||
environment:
|
||||
- PORT=${FRONTEND_PORT:-3000}
|
||||
- VITE_BACKEND_URL=http://backend:5001
|
||||
# OIDC configuration
|
||||
- VITE_OIDC_AUTHORITY=${OIDC_ISSUER}
|
||||
|
||||
Reference in New Issue
Block a user