custom-html-tiny/compose.http.yml

9 lines
218 B
YAML
Raw Permalink Normal View History

2022-11-17 10:46:29 +00:00
version: "3.8"
services:
app:
deploy:
labels:
- "traefik.http.routers.${STACK_NAME}_http.entrypoints=web"
- "traefik.http.routers.${STACK_NAME}_http.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"