Files
elabore-charms/zato/README.org
2024-10-22 17:13:39 +02:00

33 lines
865 B
Org Mode

# -*- ispell-local-dictionary: "english" -*-
* Info
From Zato 3.2 : https://zato.io/en/docs/3.2/tutorial/01.html
* Usage
Lauching with web-proxy need to have a frontend connected
Deployments of services : they should be mounted as volume for the docker
Warning : if using keycloak the correct keycloak_public_key have to be manually placed in reso
#+begin_src yaml
zato:
docker-compose:
volumes:
- <PROJECT_FOLDER>/schemas:/opt/zato/current/extlib/schemas:rw
- <PROJECT_FOLDER>/models:/opt/zato/current/extlib/models:rw
- <PROJECT_FOLDER>/services:/opt/hot-deploy/services:rw
- <PROJECT_FOLDER>/enmasse:/opt/hot-deploy/enmasse:rw
- <PROJECT_FOLDER>/resources/keycloak_public_key.pem:/opt/hot-deploy/keycloak_public_key.pem:rw
relations:
web-proxy:
frontend:
domain: zato.<mondomain>.coop
#+end_src