PODMAN_ARGS="\ --name 'cadoles-pod-hydra-dispatcher-v1' \ --replace \ --network=slirp4netns:allow_host_loopback=true \ -p 127.0.0.1:3000:80 \ -v /etc/hydra-dispatcher/conf.d:/var/www/config/hydra \ -e APP_ENV=prod \ -e APP_DEBUG=yes \ -e HYDRA_ADMIN_BASE_URL=http://10.0.2.2:4445 \ -e HYDRA_BASE_URL=http://10.0.2.2:4444 \ -e HYDRA_REWRITE_ISSUER=no \ -e HYDRA_ORIGINAL_ISSUER={{ public_scheme }}://{{ public_host }} \ -e HYDRA_NEW_ISSUER={{ public_scheme }}://{{ public_host }} \ -e 'ASSETS_BASE_URL={{ public_scheme }}://{{ public_host }}/auth/dispatcher' \ -e 'COOKIE_PATH=/auth/dispatcher' \ "