docker-compose.yaml aktualisiert
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user