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 0b79abc commit e2beecbCopy full SHA for e2beecb
docker-compose.yml
@@ -57,6 +57,7 @@ services:
57
command: ./run.sh
58
environment:
59
TNB_DATABASES: '{"default":{"CLIENT":{"host":"node-mongo","password":"${MONGO_INITDB_ROOT_PASSWORD}"}}}'
60
+ TNB_CELERY_BROKER_URL: 'amqp://guest:guest@celery-broker:5672//'
61
env_file: .env
62
depends_on:
63
- node-mongo
0 commit comments