diff options
Diffstat (limited to 'authentik/compose.yaml')
-rw-r--r-- | authentik/compose.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/authentik/compose.yaml b/authentik/compose.yaml index 5532e1d..5e36971 100644 --- a/authentik/compose.yaml +++ b/authentik/compose.yaml @@ -1,3 +1,4 @@ +--- services: postgresql: image: docker.io/library/postgres:16-alpine @@ -87,3 +88,4 @@ volumes: redis: driver: local networks: {} +... |