fix(docker-compose.prod.yml): env var naming

This commit is contained in:
Artur
2024-11-29 17:07:33 -03:00
parent 88c682537c
commit 127ba186f0

View File

@@ -60,7 +60,7 @@ services:
environment:
POSTGRES_USER: strapi
POSTGRES_DB: strapi
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
volumes:
- "strapi_postgres_data:/var/lib/postgresql/data"