fix(docker): Ensure restart policy is set for storage service in dev-docker-compose.yml
This commit is contained in:
parent
d3ef842130
commit
bb293bbd4a
2 changed files with 2 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ services:
|
||||||
pull_policy: "always"
|
pull_policy: "always"
|
||||||
volumes:
|
volumes:
|
||||||
- storage_data:/app/storage
|
- storage_data:/app/storage
|
||||||
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@
|
||||||
docker compose -p pgadmin -f pgadmin-docker-compose.yml up -d
|
docker compose -p pgadmin -f pgadmin-docker-compose.yml up -d
|
||||||
|
|
||||||
# Start the KeyDB service using its Docker Compose file
|
# Start the KeyDB service using its Docker Compose file
|
||||||
docker compose -p infoalloggi-dev -f dev-docker-compose.yml up -d
|
docker compose -p infoalloggi-dev -f dev-docker-compose.yml up -d
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue