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"
|
- "./:/service"
|
||||||
environment:
|
environment:
|
||||||
- PYTHONPATH="/service"
|
- PYTHONPATH="/service"
|
||||||
- REDIS_URL=redis://redis:6379
|
- REDIS_URL=redis://localhost:6379
|
||||||
- DATABASE_URL=postgresql://postgres@postgres:5432/postgres
|
- DATABASE_URL=postgresql://postgres@postgres:5432/postgres
|
||||||
- DATABASE_CONNECTION_POOL_URL=postgresql://postgres@postgres:5432/postgres
|
- DATABASE_CONNECTION_POOL_URL=postgresql://postgres@postgres:5432/postgres
|
||||||
- MASTER_KEY=${MASTER_KEY:-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA=}
|
- MASTER_KEY=${MASTER_KEY:-KTVciAUQFpFh2WdJ/oiHJlxl6FvzRZp8kYzAAv3l2OA=}
|
||||||
|
|
1233
redis.conf
1233
redis.conf
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue