2026-06-07 16:27:16 -04:00
|
|
|
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
|
2026-06-07 21:32:46 -04:00
|
|
|
- $HOME/routlin/.client-credentials:/routlin_location/.client-credentials:ro
|
2026-06-07 16:27:16 -04:00
|
|
|
restart: unless-stopped
|