This repo provides everything to set up openolitor in docker containers.
This includes Dockerfiles for the server and client components ...
- openolitor-server
openolitor-server/Dockerfile
- openolitor-client-admin
openolitor-client-admin/Dockerfile
- openolitor-client-kundenportal
openolitor-client-kundenportal/Dockerfile
... build scripts to set the current varibales to config files ...
... and a docker-compose.yml file to get you started.
You can build the images by hand or use this script ...
build_images.sh
... which automatically builds and tags all the available Dockerfiles.
Copy setup.sh.template script to setup.sh.
cp setup.sh.template setup.sh
Change variables in setup.sh and run it later.
./setup.sh
Now you will end up with a docker-compose.yml and config files including your specific settings.
Review docker-compose.yml you might need to adapt it to your network setup.
Run docker-compose up -d later to bring up the containers.