Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.33 KB

Docker compose files

These Docker compose files can be used to quickly try out the Opencast system in different configurations. They are not designed to be production instances, but rather quick and dirty dev/demo instances.

Usage

Within this directory you simply can run these commands to startup an Opencast system:

# Optional: Set an environment variable with a valid IP address/hostname to the Docker host that should be used for the download URL
$ export HOSTIP=10.25.40.2

$ docker-compose -f <docker-compose-file>.yml up

There are multiple compose files you can choose from, showcasing the different ways one can use the Docker images:

  • docker-compose.allinone.h2.yml
    This setup starts a simple allinone Opencast distribution with an Apache ActiveMQ Server and the internal H2 Database.

  • docker-compose.allinone.mariadb.yml
    This setup starts a simple allinone Opencast distribution with an Apache ActiveMQ server and an external MariaDB server.

  • docker-compose.multiserver.mariadb.yml
    This setup starts a multiserver Opencast distribution with one admin, worker and presentation server as well as an Apache ActiveMQ server and an external MariaDB server.