Updated authentik db service name to db in all locations

This commit is contained in:
Chris King
2025-01-12 23:49:47 -08:00
parent 28c734c1d2
commit ad9b4fef97

View File

@@ -51,7 +51,7 @@ services:
- "${COMPOSE_PORT_HTTP:-9000}:9000"
- "${COMPOSE_PORT_HTTPS:-9443}:9443"
depends_on:
postgresql:
db:
condition: service_healthy
redis:
condition: service_healthy
@@ -80,7 +80,7 @@ services:
env_file:
- .env
depends_on:
postgresql:
db:
condition: service_healthy
redis:
condition: service_healthy
@@ -93,4 +93,4 @@ volumes:
networks:
proxy-net:
external: true
external: true