mirror of
https://memleak.eu/sn0w/pleroma-docker.git
synced 2024-11-16 05:35:01 -05:00
13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
|
# 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=
|