comment rest of PostgreSQL related lines

This commit is contained in:
James 2022-08-22 22:22:46 +01:00
parent a39c2b54b4
commit b8612e3f57
1 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
secrets: # Uncomment if you want to use PostgreSQL in a Docker container
postgres_password: # secrets:
file: ./postgres_password.txt # postgres_password:
# file: ./postgres_password.txt
networks: networks:
frontend: frontend:
@ -53,8 +54,8 @@ services:
UID: ${UID} UID: ${UID}
GID: ${GID} GID: ${GID}
TZ: ${TZ} TZ: ${TZ}
depends_on: # depends_on:
- postgres # - postgres
synapse-generic-worker-1: synapse-generic-worker-1:
image: matrixdotorg/synapse:${SYNAPSE_IMAGE_TAG} image: matrixdotorg/synapse:${SYNAPSE_IMAGE_TAG}