Storefront and Admin Watchers with ddev
This page explains how to set up and use Shopware's storefront and admin watchers.
Using the Watchers with 6.7.4.2
Expose Ports
web_environment:
- HOST=0.0.0.0
- PROXY_URL=${DDEV_PRIMARY_URL}:9998
- STOREFRONT_SKIP_SSL_CERT=true
web_extra_exposed_ports:
- name: vite-admin
container_port: 5173
http_port: 5172
https_port: 5173
- name: storefront-proxy
container_port: 9998
http_port: 8888
https_port: 9998
- name: storefront-assets
container_port: 9999
http_port: 8889
https_port: 9999Admin Watcher
Storefront Watcher
For 6.7.0.0 or earlier see the following sections
Admin Watcher

Storefront Watcher
Media Requests with HTTP and the (blocked:mixed-content) Error

Last updated