docker-compose.yaml aktualisiert

This commit is contained in:
2025-09-02 11:33:15 +02:00
parent aa35e83f6b
commit c8480bb681

View File

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