Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docker-compose-distributed-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ services:
platform: linux/amd64
image: quay.io/parseablehq/quest:main
pull_policy: always
environment:
- QUEST_EDITION=oss
command:
[
"load",
Expand Down
2 changes: 2 additions & 0 deletions docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ services:
image: quay.io/parseablehq/quest:main
platform: linux/amd64
pull_policy: always
environment:
- QUEST_EDITION=oss
command: [
"load",
"http://parseable:8000",
Expand Down
Loading