Update stack.production.yml
This commit is contained in:
parent
250299c8b2
commit
5509c3bed0
|
@ -2,6 +2,7 @@ version: "3.8"
|
||||||
x-environment:
|
x-environment:
|
||||||
&default-environment
|
&default-environment
|
||||||
REDIS_HOST: glitch_redis
|
REDIS_HOST: glitch_redis
|
||||||
|
DEBUG=True
|
||||||
DATABASE_URL: postgres://postgres:postgres@glitch_postgres:5432/postgres
|
DATABASE_URL: postgres://postgres:postgres@glitch_postgres:5432/postgres
|
||||||
SECRET_KEY: 4f99181d528f201c16806b34b980791f9a99570d645910dacfe31198b503ea2f # best to run openssl rand -hex 32
|
SECRET_KEY: 4f99181d528f201c16806b34b980791f9a99570d645910dacfe31198b503ea2f # best to run openssl rand -hex 32
|
||||||
PORT: 8000
|
PORT: 8000
|
||||||
|
|
Loading…
Reference in New Issue