Add pantalaimon and mjolnir
This commit is contained in:
parent
2cda0911a2
commit
b19c6b958f
@ -181,6 +181,20 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
- redis
|
- 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:
|
prometheus:
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
Reference in New Issue
Block a user