Replies: 1 comment 6 replies
-
Hi @premar There are 3 Chrome impletation on DDEV-contrib that might help steer you: The first one has the follow code which relates directly to the router but I'm not 100% sure if it will resolve your problem: external_links:
- ddev-router:${DDEV_SITENAME}.${DDEV_TLD} |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
To generate pdf we want to shift to a container with chromium. But the dev-team need to use the container in ddev to test too.
I created a custom docker-compose.chromium.yaml inside of ddev:
The idea is to call the container via ws://ddev-xxx-chromium:9222/devtools. The ddev stack is starting without a problem:
I can ping the chromium container from within another container:
But I cannot get access the chromium container endpoint by generated dns-name. I receive a 500 Internal Server Error. But directly with the ip its working:
I assume the ddev-router is blocking the connection. But why?
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions