add: troddit and split utils/social

This commit is contained in:
Didier Slof 2023-03-03 22:40:06 +01:00
parent 44d359deaa
commit cb2dedab8d
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 1 additions and 38 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit ef2b833d837a4b171ca36713b9b13bc6fe957a3e Subproject commit d59a3473a6f53a29dc444d7ff899c6ef111caf67