This commit is contained in:
valentin
2023-03-22 12:11:13 +01:00
parent 041d663765
commit 1f00cbe91a
2 changed files with 15 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ services:
- traefik_web
labels:
- traefik.enable=true
- traefik.http.routers.${ROUTER_NAME}-router.entrypoints=web
- traefik.http.routers.${ROUTER_NAME}-router.entrypoints=${ENTRYPOINT}
- traefik.http.routers.${ROUTER_NAME}-router.rule=Host(`${APP_HOST}`)
volumes: