fix
All checks were successful
build-and-deploy / build (push) Successful in 8s
build-and-deploy / deploy (push) Successful in 16s

This commit is contained in:
2025-09-26 20:21:23 -06:00
parent 8bae7023ac
commit 5b57ed92ae
2 changed files with 8 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ services:
depends_on:
- node
- postgres
restart: unless-stopped
ports:
- "1812:1812/udp"
- "1813:1813/udp"
@@ -33,7 +34,6 @@ services:
environment:
- RADIUS_CLIENTS_CIDR=${RADIUS_CLIENTS_CIDR:-192.168.87.0/24}
- RADIUS_SHARED_SECRET=${RADIUS_SHARED_SECRET:-tamosbien}
command: ["-X"]
networks:
- radius_net
- principal