Template generation of docker compose files

This commit is contained in:
Cyber MacGeddon 2024-08-13 12:33:15 +01:00
parent dc6ca7c0eb
commit 356cf17390
28 changed files with 2621 additions and 2043 deletions

3
templates/base.jsonnet Normal file
View file

@ -0,0 +1,3 @@
{
restart: "on-failure:100",
}