mirror of
https://github.com/Thumbscrew/matrix-homeserver-docker-compose.git
synced 2025-07-01 10:35:31 +00:00
add postgres service for backend database
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
IMAGE_TAG=latest
|
||||
# synapse
|
||||
SYNAPSE_IMAGE_TAG=latest
|
||||
SERVER_NAME=localhost
|
||||
HTTP_PORT=8008
|
||||
CONFIG_DIR=/data
|
||||
CONFIG_FILE_NAME=homeserver.yaml
|
||||
UID=991
|
||||
GID=991
|
||||
TZ=UTC
|
||||
TZ=UTC
|
||||
|
||||
POSTGRESQL_IMAGE_TAG=14
|
Reference in New Issue
Block a user