Update stack.staging.yml
This commit is contained in:
parent
60edd7d703
commit
dd0b8283ea
|
@ -37,7 +37,7 @@ services:
|
||||||
# - "80:80/tcp" #DNS-over-HTTPS service certbot certificate renewal
|
# - "80:80/tcp" #DNS-over-HTTPS service certbot certificate renewal
|
||||||
# - "8053:8053/tcp" #DNS-over-HTTPS using reverse proxy
|
# - "8053:8053/tcp" #DNS-over-HTTPS using reverse proxy
|
||||||
environment:
|
environment:
|
||||||
- DNS_SERVER_DOMAIN=technitium.nixc.us #The primary domain name used by this DNS Server to identify itself.
|
- DNS_SERVER_DOMAIN=staging.technitium.nixc.us #The primary domain name used by this DNS Server to identify itself.
|
||||||
# - DNS_SERVER_ADMIN_PASSWORD=password #DNS web console admin user password.
|
# - DNS_SERVER_ADMIN_PASSWORD=password #DNS web console admin user password.
|
||||||
# - DNS_SERVER_ADMIN_PASSWORD_FILE=password.txt #The path to a file that contains a plain text password for the DNS web console admin user.
|
# - DNS_SERVER_ADMIN_PASSWORD_FILE=password.txt #The path to a file that contains a plain text password for the DNS web console admin user.
|
||||||
# - DNS_SERVER_PREFER_IPV6=false #DNS Server will use IPv6 for querying whenever possible with this option enabled.
|
# - DNS_SERVER_PREFER_IPV6=false #DNS Server will use IPv6 for querying whenever possible with this option enabled.
|
||||||
|
@ -68,14 +68,14 @@ services:
|
||||||
labels:
|
labels:
|
||||||
# - "us.nixc.autodeploy=true"
|
# - "us.nixc.autodeploy=true"
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.technitium.tls=true"
|
- "traefik.http.routers.staging_technitium.tls=true"
|
||||||
- "traefik.http.services.technitium.loadbalancer.server.port=5380"
|
- "traefik.http.services.staging_technitium.loadbalancer.server.port=5380"
|
||||||
- "traefik.http.routers.technitium.rule=Host(`staging.technitium.nixc.us`)"
|
- "traefik.http.routers.staging_technitium.rule=Host(`staging. technitium.nixc.us`)"
|
||||||
- "traefik.http.routers.technitium.entrypoints=websecure"
|
- "traefik.http.routers.staging_technitium.entrypoints=websecure"
|
||||||
- "traefik.http.routers.technitium.tls.certresolver=letsencryptresolver"
|
- "traefik.http.routers.staging_technitium.tls.certresolver=letsencryptresolver"
|
||||||
- "traefik.http.routers.technitium.service=technitium"
|
- "traefik.http.routers.staging_technitium.service=staging_technitium"
|
||||||
- "traefik.docker.network=traefik"
|
- "traefik.docker.network=traefik"
|
||||||
- 'traefik.http.routers.technitium.middlewares=authelia_authelia@docker'
|
- 'traefik.http.routers.staging_technitium.middlewares=authelia_authelia@docker'
|
||||||
|
|
||||||
update_config:
|
update_config:
|
||||||
order: stop-first
|
order: stop-first
|
||||||
|
@ -89,7 +89,7 @@ services:
|
||||||
driver: "gelf"
|
driver: "gelf"
|
||||||
options:
|
options:
|
||||||
gelf-address: "udp://log.nixc.us:15124"
|
gelf-address: "udp://log.nixc.us:15124"
|
||||||
tag: "technitium_technitium"
|
tag: "staging_technitium_technitium"
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in New Issue