doc: moved documentation to a seperate folder

This commit is contained in:
Shyam Sunder
2019-08-05 19:15:37 -04:00
parent 69922fccb6
commit 48e7eb10f1
6 changed files with 11 additions and 12 deletions

18
doc/example.env Normal file
View File

@ -0,0 +1,18 @@
# 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
# 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
PORT=8080
# Directory to store image data
MOUNT_DATA=/var/local/szurubooru/data
# Directory to store database files
MOUNT_SQL=/var/local/szurubooru/sql