[NO-ISSUE] UI adjustments and enabling access to remote hosts when in development mode (#12)

* Fix incorrect placeholder name in password field

* Adding updated title

* Allowing * hosts via DJANGO_ALLOWED_HOSTS when in development mode
This commit is contained in:
Kyle Harrison
2019-07-29 12:54:47 +01:00
committed by Ajurna
parent f1fcfdfef8
commit 31d0e2bd66
3 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ services:
- DATABASE_URL=postgres://admin:password@database:5432/cbwebreader
- TEST_DATABASE_URL=postgres://admin:password@database:5432/cbwebreader_test
- DJANGO_SETTINGS_MODULE=cbreader.settings.base
- DJANGO_ALLOWED_HOSTS=*
links:
- database
depends_on: