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
+16
View File
@@ -0,0 +1,16 @@
---
version: "3"
tasks:
network-up:
desc: "Creates or updates network definition."
dir: "./deployments/localdev/common"
cmds:
- docker compose -p vikunja-notifier-common -f network.yaml up -d
run: once
network-down:
desc: "Deletes network definition."
dir: "./deployments/localdev/common"
cmds:
- docker compose -p vikunja-notifier-common -f network.yaml down