Add temp directory for local testing, update gitignore, and add documentation
This commit is contained in:
parent
173d9484af
commit
ddf6998b6b
|
@ -19,7 +19,7 @@ services:
|
||||||
delay: 10s
|
delay: 10s
|
||||||
order: stop-first
|
order: stop-first
|
||||||
networks:
|
networks:
|
||||||
- traefik_network
|
- traefik
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.production_template.rule=Host(`template.nixc.us`)
|
- traefik.http.routers.production_template.rule=Host(`template.nixc.us`)
|
||||||
|
|
|
@ -20,7 +20,7 @@ services:
|
||||||
delay: 10s
|
delay: 10s
|
||||||
order: stop-first
|
order: stop-first
|
||||||
networks:
|
networks:
|
||||||
- traefik_network
|
- traefik
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.http.routers.staging_template.rule=Host(`staging.template.nixc.us`)
|
- traefik.http.routers.staging_template.rule=Host(`staging.template.nixc.us`)
|
||||||
|
|
Loading…
Reference in New Issue