fix: add missing curly braces on litellm compose file

This commit is contained in:
deepshekhardas 2026-03-11 06:27:29 +05:30
parent d2de0307bd
commit 81d8fb2c5f

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: