Clone the repository:
git clone https://github.com/hqrrylyu/express-eshop.git
Provide environment variables:
./envs/local/web.env
or ./envs/prod/web.env
DEBUG=[true|false]
SECRET_KEY
DB_URI
./envs/local/db.env
or ./envs/prod/db.env
POSTGRES_PASSWORD
Run the stack:
docker-compose up
This project is licensed under the MIT License - see the LICENSE file for details.