# -*- 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: - /schemas:/opt/zato/current/extlib/schemas:rw - /models:/opt/zato/current/extlib/models:rw - /services:/opt/hot-deploy/services:rw - /enmasse:/opt/hot-deploy/enmasse:rw - /resources/keycloak_public_key.pem:/opt/hot-deploy/keycloak_public_key.pem:rw relations: web-proxy: frontend: domain: zato..coop #+end_src