diff --git a/.env.sample b/.env.sample index 5c3d8b8..2798568 100644 --- a/.env.sample +++ b/.env.sample @@ -30,6 +30,9 @@ LAUTI_THEME=default # 'default' creates a new theme based on the lauti theme #LAUTI_MAIL_ALLOW_LIST=mail@example.com,mail2@example.com #LAUTI_MAIL_SMTP_SECURE=SSL +## Anubis +#COMPOSE_FILE="$COMPOSE_FILE:compose.anubis.yml" + ## Debugging #LAUTI_DEBUG=false #LAUTI_LOG_LEVEL=info diff --git a/compose.anubis.yml b/compose.anubis.yml new file mode 100644 index 0000000..f80927f --- /dev/null +++ b/compose.anubis.yml @@ -0,0 +1,7 @@ +--- +version: "3.8" +services: + app: + deploy: + labels: + - "traefik.http.routers.${STACK_NAME}.middlewares=anubis"