mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-02 10:04:09 +03:00
d6de380e02
* feat: add one liner * fix: interactive issue & add support for both linux & mac * feat: move quick start documentation * feat: catch errors * feat: check if directory exists * feat: default to yes for prompt * feat: open in browser * fix: format * feat: do not expose STORAGE_LOCAL_PATH env but handle the case where it would be set * fix: db reset command wasn't working out of the box * Update install.sh Co-authored-by: Darek Desu <4459421+darekdesu@users.noreply.github.com> * feat: harden the whole UX with one-liner * fix: small logical order adjustment * Update packages/twenty-docs/docs/start/self-hosting/docker-compose.mdx --------- Co-authored-by: Darek Desu <4459421+darekdesu@users.noreply.github.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
24 lines
669 B
Plaintext
24 lines
669 B
Plaintext
TAG=latest
|
|
|
|
POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password
|
|
|
|
PG_DATABASE_HOST=db:5432
|
|
|
|
SERVER_URL=http://localhost:3000
|
|
# Uncoment if you are serving your front on another server than the API (eg. bucket)
|
|
# FRONT_BASE_URL=http://localhost:3000
|
|
|
|
# Use openssl rand -base64 32 for each secret
|
|
# ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access
|
|
# LOGIN_TOKEN_SECRET=replace_me_with_a_random_string_login
|
|
# REFRESH_TOKEN_SECRET=replace_me_with_a_random_string_refresh
|
|
# FILE_TOKEN_SECRET=replace_me_with_a_random_string_refresh
|
|
|
|
SIGN_IN_PREFILLED=true
|
|
|
|
STORAGE_TYPE=local
|
|
|
|
# STORAGE_S3_REGION=eu-west3
|
|
# STORAGE_S3_NAME=my-bucket
|
|
# STORAGE_S3_ENDPOINT=
|