feat: anubis
This commit is contained in:
@ -12,6 +12,9 @@ SECRET_SESSION_SECRET_VERSION=v1
|
|||||||
|
|
||||||
COMPOSE_FILE="compose.yml"
|
COMPOSE_FILE="compose.yml"
|
||||||
|
|
||||||
|
# Anubis
|
||||||
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.anubis.yml"
|
||||||
|
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
|
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.postgresql.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.postgresql.yml"
|
||||||
|
|||||||
6
compose.anubis.yml
Normal file
6
compose.anubis.yml
Normal 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"
|
||||||
Reference in New Issue
Block a user