Add pantalaimon and mjolnir
This commit is contained in:
parent
2cda0911a2
commit
b19c6b958f
@ -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
|
||||
|
Reference in New Issue
Block a user