add anubis support #18
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
services:
|
||||
app:
|
||||
deploy:
|
||||
labels:
|
||||
- "traefik.http.routers.${STACK_NAME}.middlewares=anubis"
|
||||
Reference in New Issue
Block a user