pleroma-docker/.env.dist

11 lines
291 B
Plaintext
Raw Normal View History

2019-08-25 12:44:49 -04:00
# Pleroma tag, commit, or branch to build
PLEROMA_VERSION=master
2019-08-25 12:44:49 -04:00
# The directory where the containers store their stuff
# Can be an absolute or relative path
DOCKER_DATADIR=./data
2019-08-25 12:44:49 -04:00
# Pleroma's mix environment.
# You should leave this at prod unless you know what you're doing.
MIX_ENV=prod