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

@@ -56,4 +56,10 @@ jobs:
run: docker compose --project-name radiusnucleo down
- name: Update stack
run: docker compose --project-name radiusnucleo up -d --remove-orphans --wait
run: docker compose --project-name radiusnucleo up -d --remove-orphans
- name: Show service status
run: docker compose --project-name radiusnucleo ps
- name: Tail freeradius logs (last 2m)
run: docker compose --project-name radiusnucleo logs --since=2m freeradius || true

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