add anubis support #18

Open
jmakdah2 wants to merge 1 commits from add_anubis_support into main
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -28,6 +28,9 @@ MAIL_OPTIONS_AUTH_USER=smtpuser@example.com
COMPOSE_FILE="compose.yml"
# Anubis
#COMPOSE_FILE="$COMPOSE_FILE:compose.anubis.yml"
## Matrix-Synapse-Redirection
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
# MATRIX_DOMAIN=matrix-synapse.example.com
+6
View File
@@ -0,0 +1,6 @@
---
services:
app:
deploy:
labels:
- "traefik.http.routers.${STACK_NAME}.middlewares=anubis"