Initial setup based on custom-html

This commit is contained in:
2022-10-26 17:26:30 -07:00
commit e8ec567f43
7 changed files with 139 additions and 0 deletions

8
compose.sso.yml Normal file
View File

@ -0,0 +1,8 @@
version: "3.8"
services:
app:
environment:
- TFA_MIDDLEWARE_NAME
deploy:
labels:
- "traefik.http.routers.${STACK_NAME}.middlewares=${TFA_MIDDLEWARE_NAME}@file"