fix: rename db host name for docker setup (#380)

This commit is contained in:
pablohashescobar 2023-03-08 01:00:52 +05:30 committed by GitHub
parent 2967fb1bee
commit cf72a187fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
SECRET_KEY="<-- django secret -->" SECRET_KEY="<-- django secret -->"
DJANGO_SETTINGS_MODULE="plane.settings.production" DJANGO_SETTINGS_MODULE="plane.settings.production"
# Database # Database
DATABASE_URL=postgres://plane:plane@plane-db-1:5432/plane DATABASE_URL=postgres://plane:plane@db:5432/plane
# Cache # Cache
REDIS_URL=redis://redis:6379/ REDIS_URL=redis://redis:6379/
# SMPT # SMPT