Skip to content

Commit e2beecb

Browse files
committed
BC-288 Configure TNB_CELERY_BROKER_URL for Node container.
1 parent 0b79abc commit e2beecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ services:
5757
command: ./run.sh
5858
environment:
5959
TNB_DATABASES: '{"default":{"CLIENT":{"host":"node-mongo","password":"${MONGO_INITDB_ROOT_PASSWORD}"}}}'
60+
TNB_CELERY_BROKER_URL: 'amqp://guest:guest@celery-broker:5672//'
6061
env_file: .env
6162
depends_on:
6263
- node-mongo

0 commit comments

Comments
 (0)