2024-03-22 11:16:39 +03:00
|
|
|
TAG=latest
|
|
|
|
|
2024-03-29 17:25:41 +03:00
|
|
|
# POSTGRES_ADMIN_PASSWORD=replace_me_with_a_strong_password
|
2024-03-22 11:16:39 +03:00
|
|
|
|
|
|
|
PG_DATABASE_HOST=db:5432
|
|
|
|
|
|
|
|
SERVER_URL=http://localhost:3000
|
2024-09-27 20:10:26 +03:00
|
|
|
# REDIS_HOST=redis
|
|
|
|
# REDIS_PORT=6379
|
2024-03-22 11:16:39 +03:00
|
|
|
|
|
|
|
# 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
|
2024-03-26 14:31:57 +03:00
|
|
|
# FILE_TOKEN_SECRET=replace_me_with_a_random_string_refresh
|
2024-03-22 11:16:39 +03:00
|
|
|
|
|
|
|
SIGN_IN_PREFILLED=true
|
2024-03-27 23:28:03 +03:00
|
|
|
|
|
|
|
STORAGE_TYPE=local
|
|
|
|
|
|
|
|
# STORAGE_S3_REGION=eu-west3
|
|
|
|
# STORAGE_S3_NAME=my-bucket
|
|
|
|
# STORAGE_S3_ENDPOINT=
|