https://github.com/vendure-ecommerce/vendure-docker-compose
A containerized Vendure server and storefront
https://github.com/vendure-ecommerce/vendure-docker-compose
Last synced: 6 months ago
JSON representation
A containerized Vendure server and storefront
- Host: GitHub
- URL: https://github.com/vendure-ecommerce/vendure-docker-compose
- Owner: vendure-ecommerce
- License: mit
- Created: 2020-08-20T10:48:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T18:43:01.000Z (over 1 year ago)
- Last Synced: 2025-04-21T01:26:47.253Z (6 months ago)
- Language: TypeScript
- Size: 488 KB
- Stars: 36
- Watchers: 4
- Forks: 36
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vendure Docker Compose
This is a [Docker Compose](https://docs.docker.com/compose/) project for [Vendure](https://www.vendure.io/) which defines and runs 4 containers:
1. Postgres for data persistence
2. Vendure server
3. Vendure worker
4. Example storefrontThis project can be used to explore Vendure, to perform performance or security testing, or as an example of how to containerize the various parts of a Vendure application.
## Usage
1. Make sure you have [Docker installed](https://docs.docker.com/get-docker/)
2. Clone this repo `git clone git@github.com:vendure-ecommerce/vendure-docker-compose.git --depth 1`
3. From the project root run `docker-compose up`The initial run will take some minutes to build all the containers and populate some test data.
* Admin UI: http://localhost:3000/admin/
* Storefront: http://localhost:4000