Add healtcheck + some fixes

- better docs
- add healtcheck based on docker-compoe commands or labels
- fix some problems on secret names
- better dependency check
This commit is contained in:
2022-02-14 14:37:09 +01:00
parent 8164603b47
commit 5a4d9e396d
7 changed files with 395 additions and 209 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module katenary
go 1.16
require gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)