feat: unhealthy status, closes #43

Highlight an unhealthy container in Orange, and display "! running" as the state,

refactor: Move dev Docker files to docker directory
This commit is contained in:
Jack Wills
2024-08-01 14:46:58 +00:00
parent f408acfe9a
commit de87681816
11 changed files with 291 additions and 80 deletions
+2 -2
View File
@@ -168,10 +168,10 @@ cargo test
Run some example docker images
using docker-compose.yml;
using docker/docker-compose.yml;
```shell
docker compose -f docker-compose.yml up -d
docker compose -f ./docker/docker-compose.yml up -d
```
or individually