Deploy workflows
- Install
docker
(install for mac) anddocker-compose
(install) - Clone this repository to
cardbox-releases
directory (it helps to identify images indocker ps
list) cd cardbox-releases
- Copy
.env.sample
to.env
. Modify content of `.env. if required - Start services with
docker-compose up -d
. Stop it withdocker-compose down
Install certificate
Install mkcert:brew install mkcert
brew install nss # if you use Firefox
Get latest mkcert release from (mkcert releases)
Run mkcert -install
Run scripts/create-cert/sh