chore(docker-compose.prod.yml): change strapi database host env

This commit is contained in:
Artur
2024-12-03 15:05:22 -03:00
parent 120dff935d
commit 6b33da3702

View File

@@ -34,7 +34,7 @@ services:
environment:
NODE_ENV: production
DATABASE_CLIENT: postgres
DATABASE_HOST: postgres
DATABASE_HOST: strapi-postgres
DATABASE_PORT: 5432
DATABASE_NAME: strapi
DATABASE_USERNAME: strapi