LOTS of changes

This commit is contained in:
2025-04-01 10:12:38 -04:00
parent 519aabc0a6
commit 173c8c2c99
27 changed files with 1548 additions and 1684 deletions

View File

@@ -1,4 +1,4 @@
---
version: '3.8'
services:
app:
@@ -10,6 +10,16 @@ services:
environment:
- FLASK_APP=app.py
- FLASK_ENV=development
- MYSQL_HOST=192.168.60.150
- MYSQL_USER=user_92z0Kj
- MYSQL_PASSWORD=5B3UXZV8vyrB
- MYSQL_DATABASE=radius_NIaIuT
- FLASK_SECRET_KEY=default-insecure-key
- PYTHONPATH=/app
- MACLOOKUP_RATE_LIMIT=2
- MACLOOKUP_API_KEY="" # if using a key later
- MACLOOKUP_API_URL="https://api.maclookup.app/v2/macs/{}"
restart: no
nginx:
build:
@@ -18,4 +28,5 @@ services:
ports:
- "8080:80"
depends_on:
- app
- app
restart: always