Skip to content

KleinCrafter/bluemap_environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Environment for Bluemap Setups

This Repository contains examples for bluemap installations using Docker for simple testing, this is not production ready!

After starting a project, you need to accept the download for bluemap. Installation

Traefik

Using Traefik

(Sub)domain

If you want BlueMap on a domain http://www.example.com or subdomain http://bluemap.example.com

docker compose -f docker-compose_domain.yml up -d

Open in browser: http://127.0.0.1:8080

Subdirectory

If you want BlueMap on a subdirectory http://www.example.com/bluemap/

docker compose -f docker-compose_directory.yml up -d

Open in browser: http://127.0.0.1:8080/bluemap/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published