feature: add Dockerfile & docker-compose installation instructions

This commit is contained in:
Jordan Knott
2020-07-18 17:28:25 -05:00
parent de03fd9ef7
commit 66a2931ab8
8 changed files with 124 additions and 19 deletions

View File

@ -11,10 +11,10 @@ storage_system = 'local_storage'
upload_dir_path = 'uploads'
[database]
host = '0.0.0.0'
host = 'postgres'
name = 'citadel'
user = 'postgres'
password = 'test'
user = 'citadel'
password = 'citadel_test'
[smtp]
username = 'admin@example.com'