mirror of
https://github.com/MAGICGrants/strapi.git
synced 2026-01-09 04:38:02 -05:00
chore(docker-compose.prod.yml): change strapi database host env
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user