Gerhard Petermeir

Results 27 comments of Gerhard Petermeir

Still having issues. I need to make an exception in Firefox everytime I switch projects, by right clicking a resource in the F12 developer tools and opening one in a...

Thank you @cytopia. I was pretty much on that path, but I couldn't get it to work. Could you help my with the logic behind this setup? I'd guess, that...

Thanks @science695. I guess you'll have to make Docker + Apache/Nginx make listening to port 4000 and then edit the vhost accordingly for the reverse proxy. Unfortunately I'm not docker...

Still not resolved for me. Can't get the websocket to work, it always runs on a different host or port. Still looking for help.

> Nope, no "solution". Latest status is: https://github.com/cytopia/devilbox/issues/782#issuecomment-858392031 I'm using `yarn watch` instead of any hot reload configuration atm. Part of the problem is the transition to webpack 5, part...

tried a lot of things, including reverse proxy (similar to Nginx configs in devilbox Docs), exposing 8080 in docker-compose.yml etc, ... didn't get it to work. So +1

Finally I was able to manage this. So this works now somewhat perfect, with a few sideeffects, see below: First, your start command needs to look something like this: `encore...

yes, its inside the PHP container. Forgot to mention, you will also have to update/create docker-compose.override.yml with Ports for PHP container, I'll update my answer ASAP

I edited my first comment with all the info needed. Also note the versions. Webpack dev server 4 has quite some breaking changes.

Hey, @raulbethencourt does it work? for `docker-compose.override.yml` you could `cp docker-compose.yml docker-compose.override.yml` and then simply add this to the php section: ``` ports: - "8080:8080" ``` Still works for me,...