fix
Some checks failed
build-and-deploy / build (push) Successful in 8s
build-and-deploy / deploy (push) Failing after 4s

This commit is contained in:
2025-09-26 20:09:16 -06:00
parent 9f8af74d64
commit 72a5ff06d1

View File

@@ -4,8 +4,6 @@ services:
node: node:
build: ./node-api build: ./node-api
image: gitea.nucleoriofrio.com/nucleo000/radiusnucleo:latest image: gitea.nucleoriofrio.com/nucleo000/radiusnucleo:latest
ports:
- "3000:3000"
environment: environment:
- VLAN_ID=2 - VLAN_ID=2
- MAX_UP=10000000 - MAX_UP=10000000
@@ -57,8 +55,6 @@ services:
volumes: volumes:
- postgres_data:/var/lib/postgresql/data - postgres_data:/var/lib/postgresql/data
- ./postgres/init:/docker-entrypoint-initdb.d:ro - ./postgres/init:/docker-entrypoint-initdb.d:ro
ports:
- "5432:5432"
networks: networks:
- radius_net - radius_net
- principal - principal