fix: update authentik configuration for PostgreSQL connection and volume paths

This commit is contained in:
2026-04-12 20:35:23 +08:00
parent c48fa3d0df
commit baa28bf66c
3 changed files with 73 additions and 6 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ services:
volumes:
- /var/data/adminer_data:/var/lib/pgadmin
restart: unless-stopped
depends_on:
- postgres_db
# depends_on:
# - postgres_db
networks:
- traefik-public
deploy: