In order to deploy into Docker, make sure Docker is installed.
-
Clone this repository.
-
Run
deploy/docker-compose/deploy.shThis will build
fenrirlocally. It will then rundocker-compose upwhich uses images ofgungnirandsvalinn1from dockerhub.To pull specific versions of the images, just set the
<SERVICE>_VERSIONenvironment variables before running the script.export SVALINN_VERSION=x.x.x export GUNGNIR_VERSION=x.x.x export FENRIR_VERSION=x.x.x
If you don't want to set environment variables, set them inline when you run the script.
SVALINN_VERSION=x.x.x deploy/docker-compose/deploy.sh -
To bring the containers down:
docker-compose -f deploy/docker-compose/docker-compose.yml down