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
portintThe container port your application listens on. Hatch detects this from Dockerfile EXPOSE when possible.
DEFAULT: detected
subdomainstringThe unique identifier for your project's generated Hatch URL.
Build Settings
dockerfile_pathstringLocation of the Dockerfile relative to the repository root.
DEFAULT: ./Dockerfile
branchstringThe git branch used for deployments. Hatch triggers a build on every push to this branch.
DEFAULT: main
Health Checks
health_check_pathstringThe endpoint the ALB pings to determine if the container is healthy.
DEFAULT: /