Tg bridge.

This commit is contained in:
mguschin
2026-04-29 20:09:17 +03:00
parent 2d86df749b
commit 6feff1c7e6
3 changed files with 42 additions and 0 deletions

View File

@@ -38,6 +38,24 @@ services:
networks:
- prosody
slidgram:
image: git.sr.ht/~nicoco/slidgram:latest
container_name: slidgram
environment:
SLIDGE_JID: telegram.guschin.info
SLIDGE_SECRET: ${SLIDGRAM_COMPONENT_SECRET}
SLIDGE_SERVER: prosody-xmpp
SLIDGE_PORT: 5347
SLIDGE_UPLOAD_SERVICE: upload.guschin.info
volumes:
- ./data/slidgram:/var/lib/slidge
restart: unless-stopped
depends_on:
prosody:
condition: service_healthy
networks:
- prosody
networks:
prosody:
driver: bridge