2018-04-08 20:49:07 +00:00
|
|
|
### Docker settings ###
|
|
|
|
|
2018-04-07 20:29:55 +00:00
|
|
|
# The docker network to bind to.
|
|
|
|
# (Useful for reverse-proxies outside of this compose).
|
2018-04-08 20:49:07 +00:00
|
|
|
# (Defaults to "pleroma_docker_1")
|
2018-04-07 20:29:55 +00:00
|
|
|
DOCKER_NETWORK=
|
|
|
|
|
|
|
|
# The directory where all containers store their data.
|
|
|
|
# Can be a relative path, "~/...", or absolute.
|
|
|
|
DOCKER_DATADIR=
|
|
|
|
|
2018-04-08 20:49:07 +00:00
|
|
|
### Database settings ###
|
2018-04-07 20:29:55 +00:00
|
|
|
POSTGRES_DB=
|
|
|
|
POSTGRES_USER=
|
|
|
|
POSTGRES_PASSWORD=
|
2018-04-08 14:15:44 +00:00
|
|
|
|
2018-04-08 20:49:07 +00:00
|
|
|
### Pleroma Settings ###
|
|
|
|
|
|
|
|
# The env to use
|
|
|
|
MIX_ENV=
|
|
|
|
|
|
|
|
# The git tag or branch to check out on build
|
|
|
|
PLEROMA_VERSION=
|
|
|
|
|
|
|
|
# The domain/scheme/port where pleroma will be hosted
|
2018-04-08 14:15:44 +00:00
|
|
|
PLEROMA_URL=
|
|
|
|
PLEROMA_SCHEME=
|
|
|
|
PLEROMA_PORT=
|
2018-04-08 20:49:07 +00:00
|
|
|
|
|
|
|
# The seed for your secret keys
|
|
|
|
# (Enter something as random as possible)
|
2018-04-08 14:15:44 +00:00
|
|
|
PLEROMA_SECRET_KEY_BASE=
|
2018-04-08 20:49:07 +00:00
|
|
|
|
|
|
|
# The name of your instance
|
2018-04-08 14:15:44 +00:00
|
|
|
PLEROMA_NAME=
|
2018-04-08 20:49:07 +00:00
|
|
|
|
|
|
|
# Your contact info
|
2018-04-08 14:15:44 +00:00
|
|
|
PLEROMA_ADMIN_EMAIL=
|
2018-04-08 20:49:07 +00:00
|
|
|
|
|
|
|
# User settings
|
2018-04-08 14:15:44 +00:00
|
|
|
PLEROMA_USER_LIMIT=
|
|
|
|
PLEROMA_REGISTRATIONS_OPEN=
|
2018-04-08 20:49:07 +00:00
|
|
|
|
|
|
|
# Media proxy
|
2018-04-08 14:15:44 +00:00
|
|
|
PLEROMA_MEDIA_PROXY_ENABLED=
|
|
|
|
PLEROMA_MEDIA_PROXY_REDIRECT_ON_FAILURE=
|
|
|
|
PLEROMA_MEDIA_PROXY_URL=
|
2018-04-08 20:49:07 +00:00
|
|
|
|
|
|
|
# DB
|
2018-04-08 15:04:06 +00:00
|
|
|
PLEROMA_DB_POOL_SIZE=
|
2018-04-08 22:33:52 +00:00
|
|
|
|
|
|
|
# Where to store uploaded content
|
|
|
|
# Can be a relative path, "~/...", or absolute.
|
|
|
|
PLEROMA_UPLOADS_PATH=
|
|
|
|
|
|
|
|
# Whether to enable the chat feature or not
|
|
|
|
PLEROMA_CHAT_ENABLED=
|