diff --git a/stack.production.yml b/stack.production.yml index ccb74b1..6f0317d 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -19,7 +19,7 @@ services: delay: 10s order: stop-first networks: - - traefik_network + - traefik labels: - traefik.enable=true - traefik.http.routers.production_template.rule=Host(`template.nixc.us`) diff --git a/stack.staging.yml b/stack.staging.yml index 2cbc217..ea38fa1 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -20,7 +20,7 @@ services: delay: 10s order: stop-first networks: - - traefik_network + - traefik labels: - traefik.enable=true - traefik.http.routers.staging_template.rule=Host(`staging.template.nixc.us`)