Initial commit.
Linting and tests / Linting (push) Failing after 30s
Linting and tests / Tests (push) Successful in 25s

This commit is contained in:
2026-06-10 10:23:00 +05:00
commit 3d43b8a84e
34 changed files with 1325 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
---
# dummy service for network creation.
services:
dummy:
image: busybox
container_name: vikunja-notifier-dummy
hostname: dummy
networks:
vikunja-notifier:
ipv4_address: 10.30.1.254
networks:
vikunja-notifier:
driver: bridge
name: "vikunja-notifier"
ipam:
config:
- subnet: 10.30.1.0/24
gateway: 10.30.1.1