Skip to content

Commit 6a3a807

Browse files
committed
Build dev worker locally and link to rmq
1 parent c4c062e commit 6a3a807

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ services:
159159
- aleph.env
160160

161161
worker:
162+
build:
163+
context: .
162164
image: alephdata/aleph:${ALEPH_TAG:-latest}
163165
command: aleph worker
164166
restart: on-failure
@@ -167,6 +169,7 @@ services:
167169
- elasticsearch
168170
- redis
169171
- ingest-file
172+
- rabbitmq
170173
tmpfs:
171174
- /tmp
172175
volumes:

0 commit comments

Comments
 (0)