Update traefik network name

This commit is contained in:
whitney 2024-08-16 14:06:40 -07:00
parent 1c599b3746
commit b20c904805

View File

@ -1,7 +1,7 @@
version: "3" version: "3"
networks: networks:
traefik_traefik-network: traefik:
external: true external: true
services: services:
@ -11,7 +11,7 @@ services:
restart: unless-stopped restart: unless-stopped
build: . build: .
networks: networks:
- traefik_traefik-network - traefik
labels: labels:
- traefik.http.routers.recipes.rule=Host(`recipes.whitney.rip`) - traefik.http.routers.recipes.rule=Host(`recipes.whitney.rip`)
- traefik.http.routers.recipes.tls=true - traefik.http.routers.recipes.tls=true