Initial commit

This commit is contained in:
Keith Solomon
2026-03-08 15:06:50 -05:00
commit 9fb58a9677
16 changed files with 1194 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
nettrak:
build: .
container_name: nettrak
ports:
- "8080:8080"
volumes:
- ./data:/data
environment:
- NETTRAK_DB_PATH=/data/nettrak.db
- NETTRAK_SUBNET=192.168.2.0/24
# For best host discovery on Linux, uncomment host networking:
# network_mode: host