Run AFFiNE with Custom Options
When you use the provided compose.yml
to run AFFiNE, docker compose will generate AFFiNE configuration files within the CONFIG_LOCATION
directory you specified in your .env
file on the host system after the initial startup.
If you want save the configuration file elsewhere, please modify
compose.yml
To custom your service to your needs, you can adjust the environment variables located in $CONFIG_LOCATION/.env
.
The environment variables utilized by AFFiNE are listed as follows:
Environment Variable Name | Description | Default Value |
---|---|---|
AFFINE_SERVER_HOST | Default access domain of AFFiNE. Make sure this matches the URL in browser. | localhost |
AFFINE_SERVER_PORT | Default access port of AFFiNE. Make sure this matches the URL in browser. | 3010 |
AFFINE_SERVER_HTTPS | Use https prefix in url. Make sure this matches the URL in browser. | false |
AFFINE_SERVER_EXTERNAL_URL | Used to factor url to server resources | (default to [protocol]://[host][:port] ) |
MAILER_HOST | Email server domain | |
MAILER_PORT | Email server port | |
MAILER_USER | Email login user | |
MAILER_PASSWORD | Email password | |
MAILER_SENDER | Email sender (not avaliable for consumer mail service like gmail/outlook) | |
DATABASE_URL | Postgres server Url | |
REDIS_SERVER_HOST | Redis server domain/ip | |
REDIS_SERVER_PORT | Redis server port | |
REDIS_SERVER_USER | Redis server user | |
REDIS_SERVER_PASSWORD | Redis server password | |
REDIS_SERVER_DATABASE | Redis server database (0-20 number only) | 0 |