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