Add loadable checkpoint files for cc-metric-store

This commit is contained in:
Lou Knauer
2021-11-29 10:29:56 +01:00
parent 85bd467717
commit 5f4e218633
5 changed files with 41 additions and 23 deletions

View File

@@ -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