Merge branch 'development' of https://git.triggermeelmo.com/watcher/Watcher into feature/ui-rework

This commit is contained in:
2025-09-06 22:16:52 +02:00

View File

@@ -1,18 +1,16 @@
services: services:
watcher: watcher:
image: git.triggermeelmo.com/daniel-hbn/watcher/watcher:development image: git.triggermeelmo.com/watcher/watcher-server:v0.1.0
container_name: watcher container_name: watcher
deploy:
resources:
limits:
memory: 200M
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
ports: ports:
- "5000:5000" - "5000:5000"
volumes: volumes:
- ./data:/app/persistence - ./watcher-volumes/data:/app/persistence
- ./dumps:/app/wwwroot/downloads/sqlite - ./watcher-volumes/dumps:/app/wwwroot/downloads/sqlite
- ./logs:/app/logs - ./watcher-volumes/logs:/app/logs
healthcheck:
test: "curl -f http://localhost:5000"
interval: 1m30s
timeout: 30s
retries: 5
start_period: 30s