Skip to content

granlem/docker-fireintranet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

docker-fireintranet

Description

Docker image for the samuscherer/fireintranet from github.com

Environments

DB_USER - Database Username (Default: db)
DB_PASSWORD - Password of the database user (Default: password)
DB_DB - Database name (Default: db)
DB_HOST - Hostname or IP to the mysql databse (Default: db)
THREADS - Count of threads to use to provide web service (Default: 4)
GIT_URI - Uri to the git repository of the fireintranet (Default: )

Quick start

wget https://raw.githubusercontent.com/granlem/docker-fireintranet/master/image/docker-compose.yml -O docker-compose.yml
docker-compose up

Afterwards you should be able to access the intranet via http://$HOSTNAME:4000 and the phpmyadmin via http://$HOSTNAME:8080 .

Defaults

Default username: john.doe
Default password: password
Default mysql user: root
Default mysql password: rootpassword

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages