simple-ecomm
A crude e-Commerce App
Dependencies
openssl
to generate secretsdocker
Usage
-
Create
.env
file fromtemplate.env
. You can copy paste the lines fromtemplate.env
till# secrets
section. -
Generate secrets and append to
.env
automatically../secret-gen.sh
-
Build the required docker images
docker-compose build
-
Turn up the services
docker-compose up -d
-
Access the server from
http://localhost:8080
. You can change the port from.env
file.
Shut down the server using docker-compose down
when needed.