Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 586 Bytes

File metadata and controls

28 lines (19 loc) · 586 Bytes

README

Packages OpenOLAT as a Docker image.

Repo based on files from this pull request.

Build & run

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:

Build images only

docker build --pull openolat -t open-olat
docker build --pull postgres -t postgres