makes upload folder variable

This commit is contained in:
Christian Beutel
2024-03-29 14:44:37 +01:00
parent 033343e684
commit bd1dbcddae
4 changed files with 5 additions and 9 deletions

View File

@@ -53,8 +53,9 @@ services:
BODY_SIZE_LIMIT: Infinity
PUBLIC_POCKETBASE_URL: http://db:8090
PUBLIC_DISABLE_SIGNUP: false
UPLOAD_USER: Flomp
UPLOAD_PASSWORD: 12345678
UPLOAD_FOLDER: /app/uploads
UPLOAD_USER:
UPLOAD_PASSWORD:
volumes:
- ./data/uploads:/app/uploads
ports: