listo para deploy en gitea
Some checks failed
build-and-deploy / build (push) Failing after 23s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-09-26 20:02:54 -06:00
parent ca605a5759
commit 0d468bc921
2 changed files with 60 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ version: "3.9"
services:
node:
build: ./node-api
image: gitea.nucleoriofrio.com/nucleo000/radiusNucleo:latest
ports:
- "3000:3000"
environment:
@@ -17,12 +18,9 @@ services:
- PGDATABASE=radius
- PGUSER=radius
- PGPASSWORD=radius
volumes:
- ./node-api/index.js:/app/index.js:ro
- ./node-api/src:/app/src:ro
- ./frontend/dist:/app/public:ro
networks:
- radius_net
- principal
freeradius:
image: freeradius/freeradius-server:3.2.2
@@ -48,6 +46,7 @@ services:
command: ["-X"]
networks:
- radius_net
- principal
postgres:
image: postgres:16-alpine
@@ -62,10 +61,13 @@ services:
- "5432:5432"
networks:
- radius_net
- principal
networks:
radius_net:
driver: bridge
principal:
external: true
volumes:
postgres_data: