df
This commit is contained in:
parent
7bf7a19873
commit
a3464ad3a8
2 changed files with 985 additions and 250 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
- "./:/service"
|
||||
environment:
|
||||
- PYTHONPATH="/service"
|
||||
- REDIS_URL=redis://redis:6379
|
||||
- REDIS_URL=redis://localhost:6379
|
||||
- DATABASE_URL=postgresql://postgres@postgres:5432/postgres
|
||||
- DATABASE_CONNECTION_POOL_URL=postgresql://postgres@postgres:5432/postgres
|
||||
- MASTER_KEY=${MASTER_KEY:-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA=}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue