adds upload cron && fixes date formatting

This commit is contained in:
Christian Beutel
2024-03-28 18:36:59 +01:00
parent 15dcc2a629
commit 1d8520fa67
11 changed files with 83 additions and 34 deletions

View File

@@ -53,6 +53,10 @@ services:
BODY_SIZE_LIMIT: Infinity
PUBLIC_POCKETBASE_URL: http://db:8090
PUBLIC_DISABLE_SIGNUP: false
UPLOAD_USER: Flomp
UPLOAD_PASSWORD: 12345678
volumes:
- ./data/uploads:/app/uploads
ports:
- "3000:3000"
networks: