feat: set FRONTEND_SSL_ENABLED to false in docker-compose.yml
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m19s
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 2m19s
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
|||||||
- "${FRONTEND_HOST_PORT:-4601}:${FRONTEND_CONTAINER_PORT:-443}" # Host port -> Container 443 (HTTPS) or 80 (HTTP)
|
- "${FRONTEND_HOST_PORT:-4601}:${FRONTEND_CONTAINER_PORT:-443}" # Host port -> Container 443 (HTTPS) or 80 (HTTP)
|
||||||
environment:
|
environment:
|
||||||
- BACKEND_HOST=chores-app-backend # Points to internal backend service
|
- BACKEND_HOST=chores-app-backend # Points to internal backend service
|
||||||
- FRONTEND_SSL_ENABLED=${FRONTEND_SSL_ENABLED:-true}
|
- FRONTEND_SSL_ENABLED=false
|
||||||
depends_on:
|
depends_on:
|
||||||
- chores-app-backend
|
- chores-app-backend
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user