Sign inSign up

digitalfondue/lavagna

By digitalfondue

Updated over 4 years ago

Lavagna: issue tracker/project management tool

Image
5

50K+

digitalfondue/lavagna repository overview

About

This repository contains the Dockerfiles used to deploy Lavagna.

Usage

To run the image digitalfondue/lavagna, execute the following command:

docker run -d  -p 8080:8080 --name=lavagna --restart=always digitalfondue/lavagna

Once that the container is up and running just go to this address to finish the setup:

http://[website]:8080/setup

Notes

The current version uses HSQLDB with file persistence, it works but it's intended to be used only as a demo. Set the following ENV variables to override the default behaviour:

- DB_DIALECT: [HSQLDB / MYSQL / PGSQL]
- DB_URL: jdbc connection string 
- DB_USER: db username
- DB_PASS: db password
- SPRING_PROFILE [dev / prod]

Tag summary

Content type

Image

Digest

sha256:e183b0b31

Size

133.7 MB

Last updated

over 4 years ago

docker pull digitalfondue/lavagna