mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
docker: make deployment easier
This commit is contained in:
16
example.env
Normal file
16
example.env
Normal file
@ -0,0 +1,16 @@
|
||||
# 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
|
||||
PORT=8080
|
||||
|
||||
# Directory to store image data
|
||||
MOUNT_DATA=/var/local/szurubooru/data
|
||||
|
||||
# Directory to store database files
|
||||
MOUNT_SQL=/var/local/szurubooru/sql
|
||||
|
Reference in New Issue
Block a user