add healthcheck to remaining apps

This commit is contained in:
2025-11-25 07:05:14 +00:00
parent eccd53673c
commit 6d9686e373
87 changed files with 850 additions and 632 deletions

View File

@@ -45,16 +45,16 @@ services:
- traefik.http.routers.ocp.entrypoints=web
- traefik.http.routers.ocp.middlewares=ocp-strip
- traefik.http.middlewares.ocp-strip.stripprefix.prefixes=/api/mayaocp
ChatEgresos:
image: mayacontigo/chategresos:latest
egresos:
image: mayacontigo/egresos:latest
build:
context: .
dockerfile: .containers/unit/Dockerfile
args:
PACKAGE: ChatEgresos
PACKAGE: egresos
x-bake:
tags:
- mayacontigo/chategresos:latest
- mayacontigo/egresos:latest
ports:
- 8001:80
labels:
@@ -69,7 +69,7 @@ services:
context: .
dockerfile: .containers/unit/Dockerfile
args:
PACKAGE: nnormativa
PACKAGE: voz-del-cliente
x-bake:
tags:
- mayacontigo/nnormativa:latest
@@ -99,42 +99,6 @@ services:
- traefik.http.routers.normativa.entrypoints=web
- traefik.http.routers.normativa.middlewares=normativa-strip
- traefik.http.middlewares.normativa-strip.stripprefix.prefixes=/api/mayanormativa
Test:
image: mayacontigo/Test:latest
build:
context: .
dockerfile: .containers/unit/Dockerfile
args:
PACKAGE: Test
x-bake:
tags:
- mayacontigo/Test:latest
ports:
- 8002:80
labels:
- traefik.enable=true
- traefik.http.routers.Test.rule=PathPrefix(`/api/mayaTest`)
- traefik.http.routers.Test.entrypoints=web
- traefik.http.routers.Test.middlewares=Test-strip
- traefik.http.middlewares.Test-strip.stripprefix.prefixes=/api/mayaTest
nnormativa:
image: mayacontigo/nnormativa:latest
build:
context: .
dockerfile: .containers/unit/Dockerfile
args:
PACKAGE: nnormativa
x-bake:
tags:
- mayacontigo/nnormativa:latest
ports:
- 8003:80
labels:
- traefik.enable=true
- traefik.http.routers.nnormativa.rule=PathPrefix(`/api/mayannormativa`)
- traefik.http.routers.nnormativa.entrypoints=web
- traefik.http.routers.nnormativa.middlewares=nnormativa-strip
- traefik.http.middlewares.nnormativa-strip.stripprefix.prefixes=/api/mayannormativa
pyme:
image: mayacontigo/pyme:latest
build: