...
In docker-compose.yml, set
APLIQO_SERVER
environment variable forapliqo-spa
container.host.docker.internal
- is a reference to your localhost inside the docker network.By default
APLIQO_SERVER
value ishttp://host.docker.internal:${PORT_EXPOSE}
Change it only if apliqo-api is running on different machine.
7. Start the Apliqo UX Application
...