...
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.For Linux it is
172.17.0.1
By default
APLIQO_SERVER
value ishttp://host.docker.internal:${PORT_EXPOSE}
...