We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d21f89 commit 66c2f9aCopy full SHA for 66c2f9a
docker-compose-dev.yml
@@ -6,6 +6,8 @@ services:
6
- env/dev.env
7
environment:
8
- CELERY_BROKER_URL=amqp://guest:guest@broker:5672
9
+ - FIREBASE_CREDENTIALS_FILE=/run/secrets/firebase-credentials
10
+ - MEDIA_ROOT=/api/media
11
ports:
12
- 8000:8000
13
secrets:
@@ -20,6 +22,8 @@ services:
20
22
21
23
24
- CELERY_RESULT_BACKEND=rpc
25
26
27
env_file:
28
29
0 commit comments