Skip to content

Commit 4ac99af

Browse files
style: auto-fix formatting
1 parent 5bee392 commit 4ac99af

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

showcase/docker-compose.local.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,27 @@ services:
3535
- ./aimock/d5-all.json:/showcase-fixtures/d5-all.json:ro
3636
- ./aimock/smoke.json:/showcase-fixtures/smoke.json:ro
3737
- ./aimock/feature-parity.json:/showcase-fixtures/feature-parity.json:ro
38-
command: ["--port", "4010", "--host", "0.0.0.0", "--fixtures", "/showcase-fixtures/d5-all.json", "--fixtures", "/showcase-fixtures/smoke.json", "--fixtures", "/showcase-fixtures/feature-parity.json"]
38+
command:
39+
[
40+
"--port",
41+
"4010",
42+
"--host",
43+
"0.0.0.0",
44+
"--fixtures",
45+
"/showcase-fixtures/d5-all.json",
46+
"--fixtures",
47+
"/showcase-fixtures/smoke.json",
48+
"--fixtures",
49+
"/showcase-fixtures/feature-parity.json",
50+
]
3951
healthcheck:
40-
test: ["CMD", "node", "-e", "fetch('http://localhost:4010/health').then(r=>{if(!r.ok)process.exit(1)}).catch(()=>process.exit(1))"]
52+
test:
53+
[
54+
"CMD",
55+
"node",
56+
"-e",
57+
"fetch('http://localhost:4010/health').then(r=>{if(!r.ok)process.exit(1)}).catch(()=>process.exit(1))",
58+
]
4159
interval: 5s
4260
timeout: 3s
4361
retries: 5

0 commit comments

Comments
 (0)