- 
      
- 
        Save rh0dium/41bc337f71ce90df8ec256425d00c21b to your computer and use it in GitHub Desktop. 
    Docker .ENV File
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Docker Additions | |
| MYSQL_HOST=db | |
| MYSQL_PORT=3306 | |
| MYSQL_ROOT_PASSWORD=password | |
| MYSQL_ROOT_HOST=% | |
| MYSQL_DATABASE=bugs | |
| MYSQL_USER=icmAdmin | |
| MYSQL_PASSWORD=password | |
| ICMANAGE_CREATE_LEGACY_VERIFICATION_DB=on | |
| ICMANAGE_CREATE_JIRA_DB=on | |
| # Perforce | |
| P4_HOST=perforce | |
| P4_PORT=1666 | |
| P4_USER=icmAdmin | |
| P4_PASSWD=password | |
| P4ROOT_USER=icmSuper | |
| P4ROOT_PASSWD=password | |
| PERFORCE_TAKE_CHECKPOINT_ON_START=on | |
| # RabbitMQ | |
| RABBITMQ_DEFAULT_USER=icmanage | |
| RABBITMQ_DEFAULT_PASS=password | |
| RABBITMQ_DEFAULT_VHOST=icmanage | |
| # Splunk | |
| SPLUNK_HOST=splunk | |
| SPLUNK_MGMT_PORT=8089 | |
| SPLUNK_USERNAME=admin | |
| SPLUNK_PASSWD=password | |
| # APP | |
| PM_TOOLS_VERSION=37874 | |
| ICMPMCFG=/root/.icmpmrc | |
| DJANGO_SETTINGS_MODULE=settings.dev_docker | |
| # Mongo DB | |
| MONGO_DATA_DIR=/data/db | |
| # MONGO_LOG_DIR=/dev/null | |
| MONGO_INITDB_ROOT_USERNAME=icmanage | |
| MONGO_INITDB_ROOT_PASSWORD=password | |
| MONGO_INITDB_DATABASE=icmanage | |
| # Journal Parser | |
| VERBOSE_PARSER=--verbose | |
| POLLING_PERIOD=2 | |
| # Needed for MacOSX APFS | |
| OPTIMISTIC_ABOUT_FILE_LOCKING=1 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment