mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-01-18 09:35:46 +00:00
comment rest of PostgreSQL related lines
This commit is contained in:
parent
a39c2b54b4
commit
b8612e3f57
@ -1,6 +1,7 @@
|
||||
secrets:
|
||||
postgres_password:
|
||||
file: ./postgres_password.txt
|
||||
# Uncomment if you want to use PostgreSQL in a Docker container
|
||||
# secrets:
|
||||
# postgres_password:
|
||||
# file: ./postgres_password.txt
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
@ -53,8 +54,8 @@ services:
|
||||
UID: ${UID}
|
||||
GID: ${GID}
|
||||
TZ: ${TZ}
|
||||
depends_on:
|
||||
- postgres
|
||||
# depends_on:
|
||||
# - postgres
|
||||
|
||||
synapse-generic-worker-1:
|
||||
image: matrixdotorg/synapse:${SYNAPSE_IMAGE_TAG}
|
||||
|
Loading…
Reference in New Issue
Block a user