Update stack.production.yml

This commit is contained in:
colin 2024-03-03 23:23:29 +00:00
parent 9002915a9b
commit 73801d62d9
1 changed files with 17 additions and 17 deletions

View File

@ -20,11 +20,11 @@ services:
- "traefik.enable=false"
networks:
- default
logging:
driver: "gelf"
options:
gelf-address: "udp://log.nixc.us:15124"
tag: "hedgedoc_database"
# logging:
# driver: "gelf"
# options:
# gelf-address: "udp://log.nixc.us:15124"
# tag: "hedgedoc_database"
hedgedoc:
# Make sure to use the latest release from https://hedgedoc.org/latest-release
image: git.nixc.us/colin/hedgedoc:production-hedgedoc
@ -63,22 +63,22 @@ services:
labels:
- "us.nixc.autodeploy=true"
- "traefik.enable=true"
- "traefik.http.routers.hedgedoc_app.tls=true"
- "traefik.http.services.hedgedoc_app.loadbalancer.server.port=3000"
- "traefik.http.routers.hedgedoc_app.rule=Host(`hedgedoc.nixc.us`)"
- "traefik.http.routers.hedgedoc_app.entrypoints=websecure"
- "traefik.http.routers.hedgedoc_app.tls.certresolver=letsencryptresolver"
- "traefik.http.routers.hedgedoc_app.service=hedgedoc_app"
- "traefik.http.routers.production_hedgedoc.tls=true"
- "traefik.http.services.production_hedgedoc.loadbalancer.server.port=3000"
- "traefik.http.routers.production_hedgedoc.rule=Host(`hedgedoc.nixc.us`)"
- "traefik.http.routers.production_hedgedoc.entrypoints=websecure"
- "traefik.http.routers.production_hedgedoc.tls.certresolver=letsencryptresolver"
- "traefik.http.routers.production_hedgedoc.service=production_hedgedoc"
- "traefik.docker.network=traefik"
# - 'traefik.http.routers.hedgedoc_app.middlewares=authelia@docker'
# - 'traefik.http.routers.production_hedgedoc.middlewares=authelia@docker'
networks:
- default
- traefik
logging:
driver: "gelf"
options:
gelf-address: "udp://log.nixc.us:15124"
tag: "hedgedoc_app"
# logging:
# driver: "gelf"
# options:
# gelf-address: "udp://log.nixc.us:15124"
# tag: "hedgedoc_app"
networks:
traefik: