Files
NiiGram-server/docker/compose/docker-compose.override.yml.example
НИИГрам 7eba907952 НИИГрам: self-hosted media, web profile photos, branding and layer fixes
Local MinIO media path, profile photo upload, official-account avatar,
constructor alignment for WebK sendMedia, privacy/search/push patches,
and compose examples without live secrets.
2026-08-20 08:15:19 +00:00

19 lines
563 B
Plaintext

# Copy to docker-compose.override.yml and fill in local values.
# Do not commit the real override file.
services:
redis:
command: ["redis-server", "--appendonly", "yes", "--requirepass", "CHANGE_ME"]
mongodb:
image: mongo:7.0
command: ["mongod", "--bind_ip_all", "--wiredTigerCacheSizeGB", "1"]
security_opt:
- seccomp:unconfined
ports: !override
- "127.0.0.1:27017:27017"
minio:
ports: !override
- "127.0.0.1:9000:9000"
- "9001:9001"
session-server:
image: opengram-session-server-patched:0.32.206.802