allow user to use plain http

This commit is contained in:
2022-11-17 11:46:29 +01:00
parent 14a178dd3f
commit 4f8abb3fa7
2 changed files with 11 additions and 0 deletions

8
compose.http.yml Normal file
View File

@ -0,0 +1,8 @@
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})"