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:
|
# 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}
|
||||||
|
Loading…
Reference in New Issue
Block a user