activando contenedores en la red
Some checks failed
build-and-deploy / filter (push) Successful in 2s
Sync to GitHub / sync (push) Failing after 2s
build-and-deploy / build (push) Successful in 5s
build-and-deploy / deploy (push) Failing after 2s

This commit is contained in:
2025-05-29 18:42:49 -06:00
parent 925783c1c8
commit f579a2f266

View File

@@ -17,7 +17,7 @@ services:
- db
ports:
- "3009:4000"
networks: [planilla]
networks: [planilla, principal]
ui:
image: gitea.interno.com/nucleo000/planilla-ui:latest
@@ -25,7 +25,7 @@ services:
restart: unless-stopped
ports:
- "3008:80"
networks: [planilla]
networks: [planilla, principal]
worker:
image: gitea.interno.com/nucleo000/planilla-worker:latest