Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

danieldaeschle/morpheus-certificates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SETUP

Build the image

docker build . -t morpheus-certificates

Run the image in container

docker run -d morpheus-certificates \
    -e MYSQL_HOST 127.0.0.1 \
    -e MYSQL_PORT 3306 
    -e MYSQL_USERNAME username \
    -e MYSQL_PASSWORD password \
    -e MYSQL_DATABASE morpheus-certificates \
    -e SECRET_KEY secret \
    -e LOGIN_USERNAME username \
    -e LOGIN_PASSWORD password

Default login ist admin, admin

Port

The port where the server gets bind is 5000

About

Certifications management website for The Morpheus Tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published