Skip to content

Richard1984/ecommerce-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecommerce-stack

Environment Variables

Set the following environment variables in your project's .env file:

DB_ROOT_PASSWORD=<your-db-root-password>
DB_USER=<your-db-user>
DB_PASSWORD=<your-db-password>

Development

docker-compose -f docker-compose.dev.yml up -d --build

Production

docker-compose -f docker-compose.yml up -d --build

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors