add db connection - INCOMPLETE
- remove containers after running - change log paths to make more sense (more hierarchical) - add dependency funcs (e.g. dependency_map()) - add postgres connection
This commit is contained in:
parent
e56fb94f35
commit
d6b78eb62c
8 changed files with 562 additions and 143 deletions
|
@ -12,7 +12,7 @@ max-threads = 10
|
|||
revision = "2"
|
||||
threads = 6
|
||||
image = "docker.io/library/debian"
|
||||
commands = ["echo hi", "echo helloooooooooo"]
|
||||
commands = ["echo hi", "sleep 2.432", "echo helloooooooooo"]
|
||||
volumes = ["librewolf"]
|
||||
|
||||
[packages.librewolf.packaging.fedora]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue