anubis support #21

Open
fauno wants to merge 1 commits from anubis into main
2 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,9 @@ SECRET_SESSION_SECRET_VERSION=v1
COMPOSE_FILE="compose.yml"
# Anubis
#COMPOSE_FILE="$COMPOSE_FILE:compose.anubis.yml"
# PostgreSQL
#COMPOSE_FILE="$COMPOSE_FILE:compose.postgresql.yml"

6
compose.anubis.yml Normal file
View File

@ -0,0 +1,6 @@
---
version: "3.8"
services:
app:
labels:
- "traefik.http.routers.${STACK_NAME}.middlewares=anubis@swarm,${STACK_NAME}-redirectscheme,${STACK_NAME}-redirecthostname"