docker-compose+ansible setting w/ fuz existing conf

This commit is contained in:
Hadrien 2019-11-27 20:57:14 +01:00
parent 0042c045a0
commit 2ab30caf07
3 changed files with 1012 additions and 189 deletions

View file

@ -23,10 +23,10 @@ services:
restart: unless-stopped
# See the readme for a full documentation of the environment settings
environment:
- SYNAPSE_CONFIG_PATH=/etc/homeserver.yaml
- SYNAPSE_CONFIG_PATH={{ matrix_synapse_config_path }}
volumes:
# You may either store all the files in a local folder
- ./matrix-config:/etc
- ./matrix-config:/etc/matrix-synapse
- ./files:/data
# .. or you may split this between different storage points
# - ./files:/data
@ -61,8 +61,8 @@ services:
image: docker.io/postgres:10-alpine
# Change that password, of course!
environment:
- POSTGRES_USER=synapse
- POSTGRES_PASSWORD=changeme
- POSTGRES_USER={{ matrix_synapse_db_name }}
- POSTGRES_PASSWORD={{ matrix_synapse_pg_pass }}
volumes:
# You may store the database tables in a local folder..
- ./schemas:/var/lib/postgresql/data

File diff suppressed because it is too large Load diff