Skip to content

sianis/tripwire-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tripwire-docker

This builds a container for Tripwire (https://bitbucket.org/daimian/tripwire), the EVE Online wormhole mapper web app.

To build:

docker build -t tripwire .

To run:

docker run -d --name=tripwire \
-e DB_USERNAME=tripwire \
-e DB_PASSWORD=somesqlpassword \
-e [email protected] \
-e SERVER_NAME=your.host \
-e SSO_CLIENT_ID=your_client_id \
-e SSO_SECRET_KEY=your_secret_key \
-p 8080:80 \
tripwire

Get your SSO client and secret key from https://developers.eveonline.com/applications/

About

Builds a tripwire docker container from https://bitbucket.org/daimian/tripwire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 84.7%
  • Dockerfile 15.3%