main
Philipp Rothmann 2021-12-20 17:31:52 +01:00
parent 81a0d0525a
commit 468c67f679
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ services:
order: start-first
labels:
- "traefik.enable=true"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=8000"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web"
- "traefik.http.services.lit_docs.loadbalancer.server.port=8000"
- "traefik.http.routers.lit_docs.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.lit_docs.entrypoints=web"
networks:
proxy: