* feat: email ingestor api test endpoint * ci: add ingestion test token for sandbox * chore: fix comments |
||
---|---|---|
.. | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
cli.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
refresh.js | ||
settings_local.py | ||
start.sh |
Datatracker Deploy to Container Tool
This tool takes a release.tar.gz build file and deploys it as a container, along with its own database container.
Requirements
- Node
16.x
or later - Docker
Usage
- From the
dev/deploy-to-container
directory, run the command:
npm install
- Make sure you have a
release.tar.gz
tarball in the project root directory. - From the project root directory (back up 2 levels), run the command: (replacing the
branch
anddomain
arguments)
node ./dev/deploy-to-container/cli.js --branch main --domain something.com
A container named dt-app-BRANCH
and dt-db-BRANCH
(where BRANCH is the argument provided above) will be created.