shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

Support HTTPS in watchers #147

Closed tinect closed 2 years ago

tinect commented 2 years ago

Is your feature request related to a problem? Please describe. I'm always frustrated when starting the watchers within cloud-dev (you know the stuff :-) ). The watcher is always using port 80 which doesn't work on an environment which just works on https.

Describe the solution you'd like Remove the port :-)

shyim commented 2 years ago

is USE_SSL_DEFAULT set to true in the .env?

zaifastafa commented 2 years ago

This env variable only sets the https on the sales channel domain I think. I cannot get the SSL to work either even if this check is set.

tinect commented 2 years ago

it is set to true :-(

shyim commented 2 years ago

I am pretty sure I had it working with this reverse proxy setting https://github.com/shyim/cloud-dev#example-traefik-labels-recommended

shyim commented 2 years ago

As we talked, this needs to be fixed in Shopware itself with the sockPort