Files
NetTrak/docker-compose.yml
Keith Solomon 9fb58a9677 Initial commit
2026-03-08 15:06:50 -05:00

14 lines
315 B
YAML

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