0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-22 22:38:23 +02:00

Update docker-compose.deps.yml

This commit is contained in:
Neil Alexander 2020-10-13 09:54:07 +01:00
parent 2f578531ba
commit 73bc28b11f
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -6,6 +6,9 @@ services:
restart: always
volumes:
- ./postgres/create_db.sh:/docker-entrypoint-initdb.d/20-create_db.sh
# To persist your PostgreSQL databases outside of the Docker image, to
# prevent data loss, you will need to add something like this:
# - ./path/to/persistent/storage:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: itsasecret
POSTGRES_USER: dendrite