Skip to content

Commit c096bcf

Browse files
updated ports, quest build in wqdocker-compose-distributed-test
1 parent 1945e09 commit c096bcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose-distributed-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- MINIO_ROOT_PASSWORD=supersecret
1717
- MINIO_UPDATE=off
1818
ports:
19-
- 9000
19+
- 9000:9000
2020
healthcheck:
2121
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
2222
interval: 15s
@@ -31,7 +31,7 @@ services:
3131
dockerfile: Dockerfile
3232
command: ["parseable", "s3-store"]
3333
ports:
34-
- 8000
34+
- 8000:8000
3535
environment:
3636
- P_S3_URL=http://minio:9000
3737
- P_S3_ACCESS_KEY=parseable
@@ -218,7 +218,7 @@ services:
218218
- P_ADDR_FOUR=parseable-ingest-four:8000
219219
- RUST_LOG=DEBUG
220220
ports:
221-
- 6188
221+
- 6188:6188
222222
depends_on:
223223
- parseable-query
224224
- minio
@@ -236,7 +236,7 @@ services:
236236
- parseable-internal
237237
quest:
238238
platform: linux/amd64
239-
image: ghcr.io/eshanatnight/quest:main
239+
image: ghcr.io/parseablehq/quest:main
240240
command:
241241
[
242242
"load",

0 commit comments

Comments
 (0)