refactoring in between
This commit is contained in:
parent
fc62f9cbfe
commit
a138276c54
10 changed files with 80 additions and 29 deletions
|
|
@ -64,6 +64,7 @@ services:
|
|||
volumes:
|
||||
- ./nginx:/etc/nginx/conf.d
|
||||
- /ssl:/ssl
|
||||
- /mnt/logs/nginx:/var/log/nginx/
|
||||
restart: unless-stopped
|
||||
|
||||
redis:
|
||||
|
|
@ -71,18 +72,3 @@ services:
|
|||
ports:
|
||||
- "6379:6379/tcp"
|
||||
restart: "unless-stopped"
|
||||
|
||||
# synapse-federation-sender-1:
|
||||
# image: matrixdotorg/synapse:latest
|
||||
# container_name: synapse-federation-sender-1
|
||||
# restart: unless-stopped
|
||||
# entrypoint: ["/start.py", "run", "--config-path=/data/homeserver.yaml", "--config-path=/data/workers/synapse-federation-sender-1.yaml"]
|
||||
# healthcheck:
|
||||
# disable: true
|
||||
# network_mode: "host"
|
||||
# volumes:
|
||||
# - ./synapse:/data
|
||||
# environment:
|
||||
# SYNAPSE_WORKER: synapse.app.generic_worker
|
||||
# depends_on:
|
||||
# - synapse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue