Initial commit.

This commit is contained in:
2026-06-10 10:20:09 +05:00
commit 8d6109d3b3
33 changed files with 1299 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
---
version: "3"
includes:
common: ./common
vikunja-notifier: ./vikunja-notifier
tasks:
down:
desc: "Stops all containers for devzone with data removal."
cmds:
- task: vikunja-notifier:down
- task: common:network-down
stop:
desc: "Stops all containers."
cmds:
- task: vikunja-notifier:down
up:
desc: "Starts all containers and (up -d)."
cmds:
- task: common:network-up
- task: vikunja-notifier:up