forked from github/plane
.
This commit is contained in:
parent
4969f8f56a
commit
b534643fc3
@ -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@db:5432/plane
|
DATABASE_URL=postgres://plane:xyzzyspoon@db:5432/plane
|
||||||
# Cache
|
# Cache
|
||||||
REDIS_URL=redis://redis:6379/
|
REDIS_URL=redis://redis:6379/
|
||||||
# SMPT
|
# SMPT
|
||||||
|
@ -20,7 +20,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: plane
|
POSTGRES_USER: plane
|
||||||
POSTGRES_DB: plane
|
POSTGRES_DB: plane
|
||||||
POSTGRES_PASSWORD: plane
|
POSTGRES_PASSWORD: xyzzyspoon
|
||||||
PGDATA : /var/lib/postgresql/data
|
PGDATA : /var/lib/postgresql/data
|
||||||
command: postgres -c 'max_connections=1000'
|
command: postgres -c 'max_connections=1000'
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user