From ddf6998b6b42004c05ed0cffccf0f1696ed27d11 Mon Sep 17 00:00:00 2001 From: Leopere Date: Thu, 27 Mar 2025 09:54:35 -0400 Subject: [PATCH] Add temp directory for local testing, update gitignore, and add documentation --- stack.production.yml | 2 +- stack.staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`)