Skip to content

Commit ff696fd

Browse files
committed
updating docker compose
1 parent 326891f commit ff696fd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ services:
131131
- "9090:9090"
132132

133133
sqs-puller:
134-
build: ../../../utility_containers/event-puller
134+
image: ghcr.io/bacalhau-project/event-puller:latest
135135
environment:
136136
<<: *common-env-variables
137137
AWS_ACCESS_KEY_ID: "$AWS_ACCESS_KEY_ID"
@@ -162,4 +162,4 @@ services:
162162
- bacalhau-network
163163

164164
networks:
165-
bacalhau-network:
165+
bacalhau-network:

utility_containers/event-puller/.cspell/custom-dictionary.txt

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ ldflags
2121
LEGA
2222
lipgloss
2323
lzma
24+
mattn
2425
qrcode
2526
termui

utility_containers/event-puller/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.env
33

44
.specstory/*
5+
event-puller

0 commit comments

Comments
 (0)