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