Deploy with Docker
This guide provides a step-by-step walkthrough for deploying the CodeThreat ASP with MongoDB using Docker Compose.
Access to CodeThreat Container Registry
The CodeThreat container registry is private and accessible only upon request. To deploy CodeThreat ASP, you’ll need an access token and login credentials, which will be provided to you by the CodeThreat team.
Once you receive your credentials, follow these steps to log in to our container registry:
Enter the provided username and access token when prompted. This will grant you access to download the CodeThreat ASP Docker images.
Step 1: Create the Docker Compose File
Create a file named docker-compose.yaml
in your deployment directory and add the following content:
Step 2: Start the Containers
Run the following command to start the services in detached mode:
Last updated