update .env.example

This commit is contained in:
blek 2023-10-01 14:43:27 +10:00
parent 355f05320b
commit 381b8b04b7
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,9 @@
APP_LOGGING=true
APP_HOST=0.0.0.0:80
REDIS_PASS=bfile
REDIS_PASS=bfile
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PREFIX=bfile-
USERCONTENT_DIR=/opt/user_uploads

View File

@ -8,4 +8,4 @@ To get started with this, copy either `Dockerfile.dev` or `Dockerfile.prod` to `
Then either build it manually or start it up using the `docker-compose.yml` file, which is provided in the top level directory.
## Deploying notes
Files will be saved in `/opt/useruploads`. Mount that directory into a volume or host directory to easily back up the data.
Files will be saved in `/opt/user_uploads` (as defined in `.env`). Mount that directory into a volume or host directory to easily back up the data.