allow user to use plain http

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

View File

@ -16,3 +16,6 @@ COMPOSE_FILE="compose.yml"
#COMPOSE_FILE="$COMPOSE_FILE:compose.git-pull.yml"
#GIT_REPO_URL="https://git.coopcloud.tech/dalmationer/hexbomb.gay"
#CRON_SCHEDULE="*/1 * * * *"
# Allow access trough plain http
#COMPOSE_FILE="$COMPOSE_FILE:compose.http.yml"

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})"