add: troddit and split utils/social
This commit is contained in:
parent
44d359deaa
commit
cb2dedab8d
2 changed files with 1 additions and 38 deletions
|
@ -96,43 +96,6 @@ services:
|
||||||
- proxy
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
|
|
||||||
dendrite:
|
|
||||||
image: matrixdotorg/dendrite-monolith:latest
|
|
||||||
command: [
|
|
||||||
"--config=/etc/dendrite/dendrite.yml"
|
|
||||||
]
|
|
||||||
environment:
|
|
||||||
- LETSENCRYPT_HOST=2d.ixvd.net
|
|
||||||
- VIRTUAL_HOST=2d.ixvd.net
|
|
||||||
ports:
|
|
||||||
- 8008:8008
|
|
||||||
- 8448:8448
|
|
||||||
volumes:
|
|
||||||
- /srv/dendrite/config:/etc/dendrite
|
|
||||||
- /srv/dendrite/data:/var/dendrite/media
|
|
||||||
depends_on:
|
|
||||||
- dendrite-pg
|
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
- internal
|
|
||||||
|
|
||||||
|
|
||||||
dendrite-pg:
|
|
||||||
image: postgres:14
|
|
||||||
environment:
|
|
||||||
- POSTGRES_USER=dendrite
|
|
||||||
- POSTGRES_PASSWORD=dendrite
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "pg_isready -U dendrite"]
|
|
||||||
interval: 5s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
volumes:
|
|
||||||
- /srv/dentrite/other/database:/var/lib/postgresql/data
|
|
||||||
networks:
|
|
||||||
- internal
|
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana-oss:latest
|
image: grafana/grafana-oss:latest
|
||||||
environment:
|
environment:
|
||||||
|
|
2
env
2
env
|
@ -1 +1 @@
|
||||||
Subproject commit ef2b833d837a4b171ca36713b9b13bc6fe957a3e
|
Subproject commit d59a3473a6f53a29dc444d7ff899c6ef111caf67
|
Reference in a new issue