19 lines
475 B
Bash
19 lines
475 B
Bash
AFFINE_REVISION=0.26.3
|
|
|
|
PORT=3010
|
|
|
|
POSTGRES_USER=affine
|
|
POSTGRES_PASSWORD=changeme
|
|
POSTGRES_DB=affine
|
|
POSTGRES_INITDB_ARGS="--data-checksums"
|
|
|
|
REDIS_SERVER_HOST=redis
|
|
DATABASE_URL="postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@database:5432/${POSTGRES_DB}"
|
|
AFFINE_INDEXER_ENABLED=false
|
|
|
|
# set the host for the server for outgoing links
|
|
# AFFINE_SERVER_HTTPS=true
|
|
# AFFINE_SERVER_HOST=affine.yourdomain.com
|
|
# or
|
|
# AFFINE_SERVER_EXTERNAL_URL=https://affine.yourdomain.com
|