Fix docker compose.

This commit is contained in:
mguschin
2026-04-29 20:59:12 +03:00
parent e207af3ca6
commit 36751f5229

View File

@@ -41,6 +41,7 @@ services:
slidgram: slidgram:
image: codeberg.org/slidge/slidgram:latest image: codeberg.org/slidge/slidgram:latest
container_name: slidgram container_name: slidgram
user: "100:102"
environment: environment:
SLIDGE_JID: telegram.guschin.info SLIDGE_JID: telegram.guschin.info
SLIDGE_SECRET: ${SLIDGRAM_COMPONENT_SECRET} SLIDGE_SECRET: ${SLIDGRAM_COMPONENT_SECRET}