As Docker desktop is a paid product we should make localtest run nicely with podman desktop
Currently the main issue is the use of host-gateway in the docker-compose.yaml. Podman or compose fails to replace this with the ip address of the host.
The only place we actually need this is for the pdf service. We can work around this by changing a config value in the applications, but it would have been nice to not enforce any changes upon the app developers
Description
As Docker desktop is a paid product we should make localtest run nicely with podman desktop
Currently the main issue is the use of host-gateway in the docker-compose.yaml. Podman or compose fails to replace this with the ip address of the host.
The only place we actually need this is for the pdf service. We can work around this by changing a config value in the applications, but it would have been nice to not enforce any changes upon the app developers
Additional Information
Podman desktop