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
All checks were successful
Build and Deploy Thoughts / build-and-deploy-local (push) Successful in 18s
This commit is contained in:
@@ -39,8 +39,8 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
networks:
|
networks:
|
||||||
- internal
|
|
||||||
- traefik
|
- traefik
|
||||||
|
- internal
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
# Create a router for the API
|
# Create a router for the API
|
||||||
@@ -70,8 +70,8 @@ services:
|
|||||||
- PORT=3000
|
- PORT=3000
|
||||||
- HOSTNAME=0.0.0.0
|
- HOSTNAME=0.0.0.0
|
||||||
networks:
|
networks:
|
||||||
- internal
|
|
||||||
- traefik
|
- traefik
|
||||||
|
- internal
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
# Create a router for the main web traffic
|
# Create a router for the main web traffic
|
||||||
|
Reference in New Issue
Block a user