cambios en el deploy v2
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
agent:
|
||||
image: gitea.interno.com/nucleo000/planilla-agent:latest
|
||||
@@ -13,12 +11,12 @@ services:
|
||||
build: ./api
|
||||
env_file: .env
|
||||
depends_on: [db]
|
||||
networks: [principal, planilla]
|
||||
networks: [planilla]
|
||||
|
||||
mcp:
|
||||
image: gitea.interno.com/nucleo000/planilla-mcp:latest
|
||||
build: ./mcp
|
||||
networks: [principal, planilla]
|
||||
networks: [planilla]
|
||||
|
||||
ui:
|
||||
image: gitea.interno.com/nucleo000/planilla-ui:latest
|
||||
|
||||
Reference in New Issue
Block a user