Docker for streama compatible with mysql
1- Clone repo
git clone https://github.com/d0whc3r/streama-docker.git
cd streama-docker
2- Build image
docker build -t streama .
docker run -d --name streama-server -v $PWD/streama-database:/streama -v $PWD/streama-files:/data/streama -p 8080:8080 d0whc3r/streama
By default streama server runs with H2 database stored in /streama/database and uploads are stored in /data/streama
These are the environment variables and its default values
environments.production.dataSource.driverClassName org.h2.Driverenvironments.production.dataSource.url jdbc:h2:/streama/database;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSEenvironments.production.dataSource.username rootenvironments.production.dataSource.password ""environments.production.dataSource.driverClassName com.mysql.jdbc.Driverenvironments.production.dataSource.url jdbc:mysql://<MYSQL_HOST>:[MYSQL_PORT]/<MYSQL_DATABASE>environments.production.dataSource.username <MYSQL_USERNAME>environments.production.dataSource.password <MYSQL_PASSWORD>server.port 8080Content type
Image
Digest
Size
403 MB
Last updated
over 7 years ago
docker pull d0whc3r/streama