Basic docker based hosting setup for OS2display v.2
Change the tags in .env.docker.local to the tags of the containers you wish to deploy.
E.g.
COMPOSE_VERSION_API=2.0.0
COMPOSE_VERSION_ADMIN=2.0.0
COMPOSE_VERSION_CLIENT=2.0.0
Import templates and screen layouts:
In production run the script load-templates-prod.sh
with the TEMPLATES_RELEASE environment variable set to the tag of
the templates to load.
E.g.
TEMPLATES_RELEASE=2.1.0 ./load-templates-prod.sh
In staging run the script load-templates-develop.sh
. This will load the templates from the develop branch of the
template repository.
./load-templates-develop.sh