actualizando uso de secrets en UI
All checks were successful
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 26s

This commit is contained in:
2025-06-09 16:55:31 -06:00
parent d685fb7ff7
commit de869de3a7
4 changed files with 6 additions and 4 deletions

View File

@@ -32,7 +32,8 @@ services:
image: gitea.interno.com/nucleo000/planilla-ui:latest
build: ./ui
environment:
VITE_API_EVENTS_URL: http://planilla-api:4000/events
VITE_API_EVENTS_URL: https://planilla.interno.com/events
VITE_API_DB_URL: https://planilla.interno.com
ports:
- "3008:80"
networks: [planilla, principal]