fix(docker): Ensure restart policy is set for storage service in dev-docker-compose.yml

This commit is contained in:
Marco Pedone 2025-11-03 15:50:30 +01:00
parent d3ef842130
commit bb293bbd4a
2 changed files with 2 additions and 1 deletions

View file

@ -25,6 +25,7 @@ services:
pull_policy: "always"
volumes:
- storage_data:/app/storage
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 10s