-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yaml
More file actions
37 lines (34 loc) · 962 Bytes
/
compose.yaml
File metadata and controls
37 lines (34 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
services:
redis:
image: redis/redis-stack-server:7.4.0-v3
ports:
- "6379:6379"
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 5s
timeout: 3s
retries: 5
magazijn-a:
image: wiremock/wiremock:3.12.1
ports:
- "8081:8080"
volumes:
- ./wiremock/magazijn-a/mappings:/home/wiremock/mappings
- ./wiremock/magazijn-a/__files:/home/wiremock/__files
command: ["--verbose", "--global-response-templating"]
magazijn-b:
image: wiremock/wiremock:3.12.1
ports:
- "8082:8080"
volumes:
- ./wiremock/magazijn-b/mappings:/home/wiremock/mappings
- ./wiremock/magazijn-b/__files:/home/wiremock/__files
command: ["--verbose", "--global-response-templating"]
clickhouse:
image: clickhouse/clickhouse-server:25.3
ports:
- "8123:8123"
environment:
CLICKHOUSE_USER: ldv
CLICKHOUSE_PASSWORD: ldv
CLICKHOUSE_DB: ldv_logging