Update network traefik
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 17s

This commit is contained in:
Hubert Cornet 2025-01-24 18:03:12 +01:00
parent fd655e6085
commit 3456b9b368

View File

@ -1,6 +1,6 @@
#### NETWORKS #### NETWORKS
networks: networks:
docker-traefik_front_network: traefik_front_network:
external: true external: true
back_network_phpipam: back_network_phpipam:
driver: bridge driver: bridge
@ -14,7 +14,7 @@ services:
hostname: phpipam-app hostname: phpipam-app
image: phpipam/phpipam-www:latest image: phpipam/phpipam-www:latest
networks: networks:
- docker-traefik_front_network - traefik_front_network
- back_network_phpipam - back_network_phpipam
environment: environment:
- TZ=Europe/Paris - TZ=Europe/Paris
@ -33,7 +33,7 @@ services:
- phpipam-db - phpipam-db
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.docker.network=docker-traefik_front_network" - "traefik.docker.network=traefik_front_network"
# HTTP # HTTP
- "traefik.http.routers.ipam-http.rule=Host(`ipam.tips-of-mine.com`)" - "traefik.http.routers.ipam-http.rule=Host(`ipam.tips-of-mine.com`)"
- "traefik.http.routers.ipam-http.entrypoints=http" - "traefik.http.routers.ipam-http.entrypoints=http"