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.
19 lines
563 B
Plaintext
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
|