2018-09-24 01:35:42 +02:00
|
|
|
# Database credentials
|
|
|
|
POSTGRES_USER=szuru
|
|
|
|
POSTGRES_PASSWORD=changeme
|
|
|
|
|
|
|
|
# This shows up on the homescreen, indicating build information
|
|
|
|
BUILD_INFO=latest
|
|
|
|
|
|
|
|
# Port to expose HTTP service
|
2019-03-08 01:13:04 +01:00
|
|
|
# Set to 127.0.0.1:8080 if you wish to reverse-proxy the docker's port,
|
|
|
|
# otherwise the port specified here will be publicly accessible
|
2018-09-24 01:35:42 +02:00
|
|
|
PORT=8080
|
|
|
|
|
2019-08-14 13:57:56 +02:00
|
|
|
# URL base to run szurubooru under
|
|
|
|
# See "Additional Features" section in INSTALL.md
|
|
|
|
BASE_URL=/
|
|
|
|
|
2018-09-24 01:35:42 +02:00
|
|
|
# Directory to store image data
|
|
|
|
MOUNT_DATA=/var/local/szurubooru/data
|
|
|
|
|
|
|
|
# Directory to store database files
|
|
|
|
MOUNT_SQL=/var/local/szurubooru/sql
|
|
|
|
|