pleroma-docker/.env.dist

13 lines
293 B
Plaintext
Raw Normal View History

2018-04-07 16:29:55 -04:00
# The docker network to bind to.
# (Useful for reverse-proxies outside of this compose).
DOCKER_NETWORK=
# The directory where all containers store their data.
# Can be a relative path, "~/...", or absolute.
DOCKER_DATADIR=
# Database settings
POSTGRES_DB=
POSTGRES_USER=
POSTGRES_PASSWORD=