Introduce cc-metric-store and nats containers

This commit is contained in:
Jan Eitzinger
2021-11-26 13:07:19 +01:00
parent 16ce238ad2
commit 85bd467717
3 changed files with 62 additions and 0 deletions

View File

@@ -1,4 +1,11 @@
services:
nats:
container_name: nats
image: nats:alpine
ports:
- "4222:4222"
- "8222:8222"
db:
container_name: cc-db
image: mysql:8.0.22
@@ -32,6 +39,13 @@ services:
- ${DATADIR}/influxdb/data:/var/lib/influxdb2
- ${DATADIR}/influxdb/config:/etc/influxdb2
cc-metric-store:
container_name: metric-store
build:
context: ./cc-metric-store
depends_on:
- nats
openldap:
container_name: cc-ldap
image: osixia/openldap:1.5.0