Skip to content

A Dockerized Vendure project for seamless database schema synchronization and easy production deployments.

Notifications You must be signed in to change notification settings

ibousfiha/vendure-docker

Repository files navigation

Vendure Docker Project

A Dockerized Vendure project for seamless database schema synchronization and easy production deployments.

Getting Started

Clone this repository and navigate to the project folder.

Using Makefile Commands

The Makefile includes a set of commands designed to simplify the build and deployment process. Below are explanations for the key commands:

For dev environment

Up

Starts up the necessary services for development, including the database and server. If the database is not already synchronized, it will be.

make up

Down

Stops all running services and cleans up Docker assets.

make down

Restart

Restarts all services. This is equivalent to running make down followed by make up.

make restart

Reset-DB

Resets the database by removing its Docker volume. Use this if you need to start with a fresh database.

make reset-db

For prod environment

Deploy

Deploys the application in a production environment. This will use production settings and services as defined in your configuration.

make deploy

Vendure Development

For in-depth information and guidelines on developing with Vendure, please refer to the official Vendure Documentation.

This resource provides comprehensive tutorials, API references, and best practices to help you better understand and efficiently work with Vendure.

About

A Dockerized Vendure project for seamless database schema synchronization and easy production deployments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published