update, and allow non-mount data

This commit is contained in:
q
2025-10-17 11:29:29 +03:00
parent fb5ce59582
commit 6bb6941287
7 changed files with 84 additions and 56 deletions

View File

@@ -3,15 +3,18 @@ services:
miniflees:
build:
context: code
args:
UUID: ${UUID}
UGID: ${UGID}
TZ: ${TZ}
ports:
- "${EXPOSE}:5000"
volumes:
- ./data/:/data/
- $HOME/tmp/data/:/data/
restart: unless-stopped
user: "${UUID}:${UGID}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/health"]
interval: 3600s
timeout: 10s
retries: 3
start_period: 40s
environment:
WORKERS:
TIMEOUT:
@@ -20,6 +23,7 @@ services:
FLASK_PUBLIC_URL:
FLASK_DEFAULT_EXPIRE:
FLASK_DEFAULT_MAX_DL:
FLASK_KEY_LENGTH:
TZ: