Update docker-compose.deps.yml

main
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
1 changed files with 3 additions and 0 deletions

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