fix: adjust network configuration for backend and frontend services in Docker Compose
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 18s

This commit is contained in:
2025-09-09 04:33:53 +02:00
parent 58e51cb028
commit 93b90b85b6

View File

@@ -39,8 +39,8 @@ services:
timeout: 5s
retries: 5
networks:
- internal
- traefik
- internal
labels:
- "traefik.enable=true"
# Create a router for the API
@@ -70,8 +70,8 @@ services:
- PORT=3000
- HOSTNAME=0.0.0.0
networks:
- internal
- traefik
- internal
labels:
- "traefik.enable=true"
# Create a router for the main web traffic