add authentik. subdomain to caddy

This commit is contained in:
2024-12-04 15:28:28 +01:00
parent cb9fd7e4cb
commit a0f866815e
3 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ services:
authentik-postgresql:
image: docker.io/library/postgres:16-alpine
container_name: authentik-postgresql
ports:
- "15432:5432"
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]