Files
vikunja-notifier/deployments/localdev/common/Taskfile.yml
T
pztrn 3d43b8a84e
Linting and tests / Linting (push) Failing after 30s
Linting and tests / Tests (push) Successful in 25s
Initial commit.
2026-06-10 10:23:00 +05:00

17 lines
406 B
YAML

---
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