Merge pull request 'add anubis support' (#18) from add_anubis_support into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/ghost/pulls/18 Reviewed-by: ammaratef45 <ammaratef45@proton.me>
This commit is contained in:
@@ -28,6 +28,9 @@ MAIL_OPTIONS_AUTH_USER=smtpuser@example.com
|
|||||||
|
|
||||||
COMPOSE_FILE="compose.yml"
|
COMPOSE_FILE="compose.yml"
|
||||||
|
|
||||||
|
# Anubis
|
||||||
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.anubis.yml"
|
||||||
|
|
||||||
## Matrix-Synapse-Redirection
|
## Matrix-Synapse-Redirection
|
||||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
|
||||||
# MATRIX_DOMAIN=matrix-synapse.example.com
|
# 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