Skip to content

Commit 33dc398

Browse files
committed
replace dummy sqs puller with sqs puller from utility_containers/event-puller
1 parent e34bab1 commit 33dc398

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

edge/wasm-sensors/network/docker-compose.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,20 @@ services:
131131
- "9090:9090"
132132

133133
sqs-puller:
134-
image: ghcr.io/bacalhau-project/wasm-sensors-sqs-puller:latest
134+
build: ../../../utility_containers/event-puller
135135
environment:
136136
<<: *common-env-variables
137137
AWS_ACCESS_KEY_ID: "$AWS_ACCESS_KEY_ID"
138138
AWS_SECRET_ACCESS_KEY: "$AWS_SECRET_ACCESS_KEY"
139139
AWS_REGION: "us-east-1"
140140
SQS_QUEUE_URL: "$SQS_QUEUE_URL"
141+
ENV_FILE: /app/.env
142+
volumes:
143+
- ./.env:/app/.env
141144
networks:
142145
- bacalhau-network
146+
ports:
147+
- "8080:8080"
143148

144149
client:
145150
image: ghcr.io/bacalhau-project/bacalhau:latest

0 commit comments

Comments
 (0)