Skip to content

cznethub/dspdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dspdb

CZNetHub Data Submission Portal Database

  1. Create a .env file containing at least the following:
    1. DATABASE_USERNAME=[database user name here]
    2. DATABASE_PASSWORD=[database password here]
    3. DATABASE_NAME=[name of dsp datanase here]
    4. DATABASE_PORT=[port number serving the database here]
    5. DATABASE_HOST=[DNS name serving the database here]
  2. Open the DATABASE_PORT on the DATABASE_HOST's firewall to the subnets making connections.
  3. docker-compose --env-file .env up -d