Development

This commit is contained in:
Matthew Grotke 2026-06-07 16:27:16 -04:00
parent 19f0bfa79c
commit 687e0a66d1
8 changed files with 142 additions and 1 deletions

View file

@ -0,0 +1,12 @@
name: routlin-portal
services:
portal:
container_name: routlin-portal
build: .
ports:
- "25328:25328"
volumes:
- $HOME/routlin/config.json:/routlin_location/config.json:ro
- $HOME/routlin/.captive-queue:/routlin_location/.captive-queue
restart: unless-stopped