This commit is contained in:
Matt Basta 2026-03-10 20:11:25 -04:00 committed by GitHub
commit 7da96e4feb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,8 +146,8 @@ services:
image: "postgres:16-alpine"
environment:
- POSTGRES_DB=${POSTGRES_DB:-litellm}
- POSTGRES_PASSWORD=$SERVICE_PASSWORD_POSTGRES
- POSTGRES_USER=$SERVICE_USER_POSTGRES
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
- POSTGRES_USER=${SERVICE_USER_POSTGRES}
volumes:
- "pg-data:/var/lib/postgresql/data"
healthcheck: