Specify the database type along with the URL.

This commit is contained in:
Abhilash Raj
2017-05-28 14:59:52 -07:00
parent 4bac2fb236
commit 0ae0a55a42

View File

@@ -32,6 +32,7 @@ services:
volumes:
- /opt/mailman/web:/opt/mailman-web-data
environment:
- DATABASE_TYPE=postgres
- DATABASE_URL=postgres://mailman:mailmanpass@database/mailmandb
- HYPERKITTY_API_KEY=someapikey
networks: