Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Commit d85776a

Browse files
committed
Add intercept to compose file
1 parent 909488f commit d85776a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

dev_utils/compose-sda.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ services:
3838
- ./config.yaml:/config.yaml
3939
- ./:/dev_utils/
4040
mem_limit: 64m
41+
interceptor:
42+
command: sda-intercept
43+
container_name: intercept
44+
env_file: ./env.intercept
45+
image: neicnordic/sda-pipeline:latest
46+
volumes:
47+
- ./config.yaml:/config.yaml
48+
- ./:/dev_utils/
49+
mem_limit: 64m
4150

4251
volumes:
4352
archive:

dev_utils/env.intercept

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
BROKER_EXCHANGE=sda
2+
BROKER_HOST=mq
3+
BROKER_QUEUE=files
4+
BROKER_ROUTINGKEY=ingest
5+
BROKER_ROUTINGERROR=error
6+
DB_HOST=db

0 commit comments

Comments
 (0)