Skip to content

Commit

Permalink
BC-288 Configure TNB_CELERY_BROKER_URL for Node container. Fix on pul…
Browse files Browse the repository at this point in the history
…l_request syntax.
  • Loading branch information
olegtropinin committed Mar 24, 2022
1 parent 0b79abc commit 31d3de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Quality Assurance

on: [pull_request]
on:
pull_request:
types: [opened]

jobs:
# github does not support dependencies on other workflows therefore we have to duplicate the code
Expand Down
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 31d3de8

Please sign in to comment.