feat: implement automated account enforcement service for session time and data usage limits with RADIUS disconnect support
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m8s

This commit is contained in:
Tygozwolle
2026-07-24 19:45:26 +02:00
parent 4b8e4639e5
commit 74326870f7
3 changed files with 7 additions and 8 deletions
+5 -6
View File
@@ -19,20 +19,19 @@ services:
image: cablon.vanolst.tech/tygozwolle/radius:latest
container_name: radius_web_controller
restart: always
network_mode: "host"
depends_on:
- postgres
ports:
- "8080:8080"
- "1812:1812/udp"
- "1813:1813/udp"
environment:
- DB_HOST=postgres
- DB_HOST=127.0.0.1
- DB_PORT=5432
- DB_USER=radius
- DB_PASS=radpass
- DB_NAME=radius
- RADIUS_SECRET=radpass
- ConnectionStrings__DefaultConnection=Host=postgres;Port=5432;Database=radius;Username=radius;Password=radpass;
- ConnectionStrings__DefaultConnection=Host=127.0.0.1;Port=5432;Database=radius;Username=radius;Password=radpass;
- ASPNETCORE_ENVIRONMENT=Production
# Change 8080 below to whatever port you want the web UI to run on (e.g., 8090)
- ASPNETCORE_URLS=http://+:8080
volumes:
- /mnt/user/appdata/radiuscontroller/certs:/etc/freeradius/3.0/certs