mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-01-19 01:55:46 +00:00
fix indentation
This commit is contained in:
parent
4f1dbe2b07
commit
220a1166f6
@ -8,17 +8,17 @@ secrets:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:${POSTGRESQL_IMAGE_TAG}
|
image: postgres:${POSTGRESQL_IMAGE_TAG}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- postgres:/var/lib/postgresql/data:rw
|
- postgres:/var/lib/postgresql/data:rw
|
||||||
secrets:
|
secrets:
|
||||||
- postgres_password
|
- postgres_password
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: synapse
|
POSTGRES_DB: synapse
|
||||||
POSTGRES_USER: synapse_user
|
POSTGRES_USER: synapse_user
|
||||||
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
|
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
|
||||||
POSTGRES_INITDB_ARGS: --encoding=UTF8 --locale=C
|
POSTGRES_INITDB_ARGS: --encoding=UTF8 --locale=C
|
||||||
|
|
||||||
synapse:
|
synapse:
|
||||||
image: matrixdotorg/synapse:${SYNAPSE_IMAGE_TAG}
|
image: matrixdotorg/synapse:${SYNAPSE_IMAGE_TAG}
|
||||||
@ -43,8 +43,8 @@ services:
|
|||||||
- 443:443
|
- 443:443
|
||||||
- 8448:8448
|
- 8448:8448
|
||||||
volumes:
|
volumes:
|
||||||
- ${SSL_CERT_PATH}:${SSL_CERT_PATH}
|
- ${SSL_CERT_PATH}:${SSL_CERT_PATH}:ro
|
||||||
- ${SSL_KEY_PATH}:${SSL_KEY_PATH}
|
- ${SSL_KEY_PATH}:${SSL_KEY_PATH}:ro
|
||||||
environment:
|
environment:
|
||||||
SERVER_NAME: ${SERVER_NAME}
|
SERVER_NAME: ${SERVER_NAME}
|
||||||
HTTPS_PORT: ${HTTPS_PORT}
|
HTTPS_PORT: ${HTTPS_PORT}
|
||||||
|
Loading…
Reference in New Issue
Block a user