mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 03:34:22 +00:00
feat(docker-compose.sh): add --install statement
This commit is contained in:
@@ -68,6 +68,23 @@ services:
|
||||
networks:
|
||||
- network-container
|
||||
|
||||
# synapse:
|
||||
# image: matrixdotorg/synapse:latest
|
||||
# container_name: synapse
|
||||
# restart: unless-stopped
|
||||
# networks:
|
||||
# - network-container
|
||||
# volumes:
|
||||
# - ./data:/data
|
||||
# environment:
|
||||
# - SYNAPSE_CONFIG_PATH=/data/homeserver.yaml
|
||||
# - VIRTUAL_HOST=notify.guezoloic.com
|
||||
# - LETSENCRYPT_HOST=notify.guezoloic.com
|
||||
# - LETSENCRYPT_EMAIL=${EMAIL}
|
||||
# - VIRTUAL_PORT=8008
|
||||
# expose:
|
||||
# - "8008"
|
||||
|
||||
|
||||
networks:
|
||||
network-container:
|
||||
|
||||
Reference in New Issue
Block a user