Deploy workflows
- Install
docker
(install for mac) anddocker-compose
(install) - Clone this repository to
accesso-releases
directory (it helps to identify images indocker ps
list) cd accesso-releases
- Copy
.env.sample
to.env
. Modify content of `.env. if required - Install local certificate via
mkcert
- 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