mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-01-18 17:45:46 +00:00
comment out PostgreSQL service
This commit is contained in:
parent
cf7c791e0e
commit
a39c2b54b4
@ -9,20 +9,21 @@ networks:
|
|||||||
backend:
|
backend:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
# Uncomment if you want to use PostgreSQL in a Docker container
|
||||||
image: postgres:${POSTGRESQL_IMAGE_TAG}
|
# postgres:
|
||||||
restart: unless-stopped
|
# image: postgres:${POSTGRESQL_IMAGE_TAG}
|
||||||
volumes:
|
# restart: unless-stopped
|
||||||
- ${VOLUME_PATH}/var/lib/postgresql/data:/var/lib/postgresql/data:rw
|
# volumes:
|
||||||
secrets:
|
# - ${VOLUME_PATH}/var/lib/postgresql/data:/var/lib/postgresql/data:rw
|
||||||
- postgres_password
|
# secrets:
|
||||||
networks:
|
# - postgres_password
|
||||||
- backend
|
# networks:
|
||||||
environment:
|
# - backend
|
||||||
POSTGRES_DB: synapse
|
# environment:
|
||||||
POSTGRES_USER: synapse_user
|
# POSTGRES_DB: synapse
|
||||||
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
|
# POSTGRES_USER: synapse_user
|
||||||
POSTGRES_INITDB_ARGS: --encoding=UTF8 --locale=C
|
# POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
|
||||||
|
# POSTGRES_INITDB_ARGS: --encoding=UTF8 --locale=C
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:${REDIS_IMAGE_TAG}
|
image: redis:${REDIS_IMAGE_TAG}
|
||||||
|
Loading…
Reference in New Issue
Block a user