Configuration/Reference

Configuration

Reference for the build and runtime parameters used by the Hatch Deployer. These settings control how your application is provisioned within AWS Fargate.

FARGATE NATIVE DYNAMIC ROUTING

Networking

portint

The container port your application listens on. Hatch detects this from Dockerfile EXPOSE when possible.

DEFAULT: detected
subdomainstring

The unique identifier for your project's generated Hatch URL.

Build Settings

dockerfile_pathstring

Location of the Dockerfile relative to the repository root.

DEFAULT: ./Dockerfile
branchstring

The git branch used for deployments. Hatch triggers a build on every push to this branch.

DEFAULT: main

Health Checks

health_check_pathstring

The endpoint the ALB pings to determine if the container is healthy.

DEFAULT: /