We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f4f2d commit 46c860aCopy full SHA for 46c860a
process-compose.yml
@@ -7,7 +7,7 @@ processes:
7
ready_log_line: "All emulators ready!"
8
builder-api:
9
description: This process runs the builder-api in dev mode on port ${QUARKUS_HTTP_PORT}.
10
- command: quarkus dev
+ command: quarkus dev -Ddebug=false
11
working_dir: builder-api/
12
environment:
13
- "QUARKUS_CONSOLE_COLOR=true"
@@ -24,7 +24,7 @@ processes:
24
condition: process_log_ready
25
screener-api:
26
description: This process runs the screener-api in dev mode on port ${QUARKUS_HTTP_PORT}.
27
28
working_dir: screener-api/
29
30
0 commit comments