add postgres service for backend database

This commit is contained in:
2022-01-29 00:15:18 +00:00
parent 30b2101099
commit e658d71853
3 changed files with 28 additions and 4 deletions

View File

@ -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