Skip to content

Commit af65c96

Browse files
committed
temp
1 parent 99a0001 commit af65c96

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

docker-compose.yaml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ services:
4545
- P_STAGING_DIR=/tmp/data
4646
- P_USERNAME=admin
4747
- P_PASSWORD=admin
48+
- RUST_BACKTRACE=1
49+
- RUST_LOG=info
4850
networks:
4951
- parseable
5052
healthcheck:
@@ -55,7 +57,7 @@ services:
5557
depends_on:
5658
- minio
5759

58-
quest-smoke:
60+
quest:
5961
image: ghcr.io/parseablehq/quest:main
6062
command: ["smoke", "http://parseable:8000", "admin", "admin"]
6163
networks:
@@ -66,17 +68,4 @@ services:
6668
restart_policy:
6769
condition: on-failure
6870
delay: 10s
69-
max_attempts: 10
70-
71-
# quest-load:
72-
# image: ghcr.io/parseablehq/quest:main
73-
# command: ["load", "http://parseable:8000", "admin", "admin"]
74-
# networks:
75-
# - parseable
76-
# depends_on:
77-
# - quest-smoke
78-
# deploy:
79-
# restart_policy:
80-
# condition: on-failure
81-
# delay: 10s
82-
# max_attempts: 10
71+
max_attempts: 5

0 commit comments

Comments
 (0)