mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-07-23 13:21:43 +02:00
Add loadable checkpoint files for cc-metric-store
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
nats:
|
||||
container_name: nats
|
||||
container_name: cc-nats
|
||||
image: nats:alpine
|
||||
ports:
|
||||
- "4222:4222"
|
||||
@@ -40,9 +40,13 @@ services:
|
||||
- ${DATADIR}/influxdb/config:/etc/influxdb2
|
||||
|
||||
cc-metric-store:
|
||||
container_name: metric-store
|
||||
container_name: cc-metric-store
|
||||
build:
|
||||
context: ./cc-metric-store
|
||||
ports:
|
||||
- "8081:8081"
|
||||
volumes:
|
||||
- ${DATADIR}/cc-metric-store:/data
|
||||
depends_on:
|
||||
- nats
|
||||
|
||||
|
Reference in New Issue
Block a user