Skip to content

Commit 234cfa3

Browse files
updated image and platform for penguin
1 parent 23e3687 commit 234cfa3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docker-compose-distributed-test.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ services:
209209
max_attempts: 3
210210
# penguin lb
211211
penguin:
212-
image: ghcr.io/eshanatnight/penguin:multi
212+
platform: linux/amd64
213+
image: parseable/parseable:edge
213214
command: ["penguin"]
214215
environment:
215216
- P_ADDR_ONE=parseable-ingest-one:8000
@@ -226,12 +227,6 @@ services:
226227
- parseable-ingest-two
227228
- parseable-ingest-three
228229
- parseable-ingest-four
229-
# ignore this for now
230-
# healthcheck:
231-
# test: [ "CMD", "curl", "-f", "http://localhost:9000/minio/health/live" ]
232-
# interval: 15s
233-
# timeout: 20s
234-
# retries: 5
235230
networks:
236231
- parseable-internal
237232
quest:

0 commit comments

Comments
 (0)