mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user