feat: reinforce one liner experience (#4688)
* feat: add more dependencies check, randomize postgres admin password, tail logs of server container * feat: improve retro compatibility * feat: comment POSTGRES_ADMIN_PASSWORD as it will be generated by the one liner
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TAG=latest
|
||||
|
||||
POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password
|
||||
# POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password
|
||||
|
||||
PG_DATABASE_HOST=db:5432
|
||||
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
version: "3.9"
|
||||
name: twenty
|
||||
|
||||
services:
|
||||
@ -13,7 +14,7 @@ services:
|
||||
SERVER_URL: ${SERVER_URL}
|
||||
FRONT_BASE_URL: ${FRONT_BASE_URL:-$SERVER_URL}
|
||||
|
||||
ENABLE_DB_MIGRATIONS: true
|
||||
ENABLE_DB_MIGRATIONS: "true"
|
||||
|
||||
SIGN_IN_PREFILLED: ${SIGN_IN_PREFILLED}
|
||||
STORAGE_TYPE: ${STORAGE_TYPE}
|
||||
|
||||
Reference in New Issue
Block a user