forked from innovacion/Mayacontigo
add healthcheck to remaining apps
This commit is contained in:
46
compose.yaml
46
compose.yaml
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user