Skip to content

HDocker/alpine-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extra small Redmine container based on Alpine linux

Build Status

It's been inspired by official Redmine image but optimized in size. Image has mysql and sqlite3 support built in. Also there is image with fast web server Unicorn for production usage.

If you need another database or web server or even some scm support feel free to inherit these images from Docker hub.

Usage

Test run:

docker run -d -p 3000:3000 inspiredgeek/redmine-alpine

More close to production run with unicorn:

docker run -d -p 8080:8080 -v redmine-files:/usr/src/redmine/files inspiredgeek/redmine-alpine:unicorn

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages