Developing Shopware Apps
Create Environment
version: "3.0"
services:
shopware:
container_name: shopware
image: dockware/shopware:6.7.2.2
ports:
- "80:80"
networks:
- web
volumes:
- "./.env:/var/www/html/.env"
- "./YourApp:/var/www/html/custom/apps/YourApp"
server:
container_name: server
image: dockware/web:latest
ports:
- "1000:80"
networks:
- web
volumes:
- "./service:/var/www/html"
links:
- shopware:my.app.dev
networks:
web:
external: falseConnect Shopware to Backend Service
Connect Backend Service to Shopware
Logging
Video
Last updated
Was this helpful?