Packages OpenOLAT as a Docker image.
Repo based on files from this pull request.
The following command will build and run:
- Postgresql image with the db init script added
- Tomcat with the openolat app
docker compose up --build
Try it out:
- url: http://localhost:8088
- initial username: administrator
- initial password: openolat
docker build --pull openolat -t open-olat
docker build --pull postgres -t postgres