improved Database & Models

This commit is contained in:
Kai Waggeling 2025-12-06 20:04:11 +01:00
commit 0bbe91bec3
18 changed files with 956 additions and 0 deletions

14
docker/supervisor.conf Normal file
View file

@ -0,0 +1,14 @@
[program:nftables]
command=nft -f /etc/nftables/nftables.conf
priority=5
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1
stderr_logfile=/dev/fd/2
[program:manager]
command=node /app/master.mjs
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1
stderr_logfile=/dev/fd/2