pleroma-docker/.env.dist

51 lines
962 B
Plaintext
Raw Normal View History

2018-04-08 16:49:07 -04:00
### Docker settings ###
2018-04-07 16:29:55 -04:00
# The docker network to bind to.
# (Useful for reverse-proxies outside of this compose).
2018-04-08 16:49:07 -04:00
# (Defaults to "pleroma_docker_1")
2018-04-07 16:29:55 -04:00
DOCKER_NETWORK=
# The directory where all containers store their data.
# Can be a relative path, "~/...", or absolute.
DOCKER_DATADIR=
2018-04-08 16:49:07 -04:00
### Database settings ###
2018-04-07 16:29:55 -04:00
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=
2018-04-08 10:15:44 -04:00
2018-04-08 16:49:07 -04: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 10:15:44 -04:00
PLEROMA_URL=
PLEROMA_SCHEME=
PLEROMA_PORT=
2018-04-08 16:49:07 -04:00
# The seed for your secret keys
# (Enter something as random as possible)
2018-04-08 10:15:44 -04:00
PLEROMA_SECRET_KEY_BASE=
2018-04-08 16:49:07 -04:00
# The name of your instance
2018-04-08 10:15:44 -04:00
PLEROMA_NAME=
2018-04-08 16:49:07 -04:00
# Your contact info
2018-04-08 10:15:44 -04:00
PLEROMA_ADMIN_EMAIL=
2018-04-08 16:49:07 -04:00
# User settings
2018-04-08 10:15:44 -04:00
PLEROMA_USER_LIMIT=
PLEROMA_REGISTRATIONS_OPEN=
2018-04-08 16:49:07 -04:00
# Media proxy
2018-04-08 10:15:44 -04:00
PLEROMA_MEDIA_PROXY_ENABLED=
PLEROMA_MEDIA_PROXY_REDIRECT_ON_FAILURE=
PLEROMA_MEDIA_PROXY_URL=
2018-04-08 16:49:07 -04:00
# DB
2018-04-08 11:04:06 -04:00
PLEROMA_DB_POOL_SIZE=