Add pantalaimon and mjolnir

This commit is contained in:
BBaoVanC 2021-09-05 19:48:08 -05:00
parent 2cda0911a2
commit b19c6b958f
1 changed files with 14 additions and 0 deletions

View File

@ -181,6 +181,20 @@ services:
- postgres
- redis
pantalaimon:
image: matrixdotorg/pantalaimon:latest
restart: always
volumes:
- ./data/pantalaimon:/data
mjolnir:
image: matrixdotorg/mjolnir:latest
restart: always
volumes:
- ./data/mjolnir:/data
depends_on:
- pantalaimon
prometheus:
image: prom/prometheus:latest
restart: always