Update network traefik
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 17s
Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 17s
This commit is contained in:
parent
fd655e6085
commit
3456b9b368
@ -1,6 +1,6 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
traefik_front_network:
|
||||
external: true
|
||||
back_network_phpipam:
|
||||
driver: bridge
|
||||
@ -14,7 +14,7 @@ services:
|
||||
hostname: phpipam-app
|
||||
image: phpipam/phpipam-www:latest
|
||||
networks:
|
||||
- docker-traefik_front_network
|
||||
- traefik_front_network
|
||||
- back_network_phpipam
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
@ -33,7 +33,7 @@ services:
|
||||
- phpipam-db
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=docker-traefik_front_network"
|
||||
- "traefik.docker.network=traefik_front_network"
|
||||
# HTTP
|
||||
- "traefik.http.routers.ipam-http.rule=Host(`ipam.tips-of-mine.com`)"
|
||||
- "traefik.http.routers.ipam-http.entrypoints=http"
|
||||
|
Loading…
x
Reference in New Issue
Block a user