mirror of
https://github.com/diced/zipline.git
synced 2025-05-10 18:05:54 +02:00
fix: remove core_secret from dev docker-compose
This commit is contained in:
parent
76fae35ed6
commit
683b77503e
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ services:
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgres://postgres:postgres@postgres/postgres2
|
- DATABASE_URL=postgres://postgres:postgres@postgres/postgres2
|
||||||
- CORE_SECRET=thissecretisverynotsecretbutshouldonlybeusedindevelopmentsoitsfineiguess
|
|
||||||
- CORE_HOSTNAME=0.0.0.0
|
- CORE_HOSTNAME=0.0.0.0
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue