Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shyim/example-shopware-docker-project
- Owner: shyim
- Created: 2023-05-18T19:43:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T20:38:26.000Z (7 months ago)
- Last Synced: 2024-10-12T09:16:23.683Z (about 1 month ago)
- Language: Shell
- Size: 362 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```