docker-compose+ansible setting w/ fuz existing conf
This commit is contained in:
parent
0042c045a0
commit
2ab30caf07
3 changed files with 1012 additions and 189 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue