Altinn / app-localtest

Solution for testing apps locally on your own machine
8 stars 13 forks source link

Make localtest work with podman desktop #71

Closed tjololo closed 11 months ago

tjololo commented 11 months ago

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