Build + offer docker image and docker-compose.yml file for easier self-hosting
Tweak login and auth for IP-based setups and setups without email enabled.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
PORT=8000
|
||||
BASE_URL="http://localhost:8000"
|
||||
|
||||
POSTGRESQL_HOST="localhost"
|
||||
POSTGRESQL_HOST="postgresql" # docker container name or external hostname/IP
|
||||
POSTGRESQL_USER="postgres"
|
||||
POSTGRESQL_PASSWORD="fake"
|
||||
POSTGRESQL_DBNAME="bewcloud"
|
||||
|
||||
Reference in New Issue
Block a user