Skip to content

Commit

Permalink
BC-288 Configure TNB_CELERY_BROKER_URL for Node container.
Browse files Browse the repository at this point in the history
  • Loading branch information
olegtropinin committed Mar 24, 2022
1 parent 0b79abc commit e2beecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ services:
command: ./run.sh
environment:
TNB_DATABASES: '{"default":{"CLIENT":{"host":"node-mongo","password":"${MONGO_INITDB_ROOT_PASSWORD}"}}}'
TNB_CELERY_BROKER_URL: 'amqp://guest:guest@celery-broker:5672//'
env_file: .env
depends_on:
- node-mongo
Expand Down

0 comments on commit e2beecb

Please sign in to comment.