8000 GitHub - ShahabMokari/docker-files
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ShahabMokari/docker-files

8000
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_files

Base Dockerfiles

modify your ~/.bash_profile so it holds environment variables to paths of the Insight repositories

export INSIGHT_DATABASE_PATH=/path/to/insight_database
export INSIGHT_TRELLO_PATH=/path/to/trello-py
export INSIGHT_ADMISSIONS_PATH=/path/to/InsightAdmissions
export INSIGHT_UTILS_PATH=/path/to/insight_utils
export INSIGHT_KEYS_PATH=/path/to/.insight_keys
export INSIGHT_CREDENTIALS_PATH=/path/to/.insight_credentials
export WUFOO_API_KEY=YOUR-WUFOO-API-KEY
export PGRES_DB=insight
export PGRES_HOST=172.17.0.2
export PGRES_USER=postgres
export PGRES_PASSWORD=mysecretpassword

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%
0