Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shyim/example-shopware-docker-project

Example Shopware Docker Project using FriendsOfShopware/production-docker
https://github.com/shyim/example-shopware-docker-project

Last synced: 23 days ago
JSON representation

Example Shopware Docker Project using FriendsOfShopware/production-docker

Awesome Lists containing this project

README

        

# Example Shopware 6 Production Repository

Contains:
- Shopware 6.5.0.0
- Installed Extensions: `frosh/tools` and `frosh/lazy-sizes` (see [composer.json](composer.json))

The repository also contains a GitHub Action which auto deploys the changes

## Run it locally

```bash
# build the image locally
docker build -f docker/Dockerfile -t ghcr.io/shyim/example-shopware-docker-project:latest .

source .env.docker

# start containers
docker compose -f docker-compose.prod.yml up -d

# shopware runs at http://localhost:8000
```