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
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user