databases: - engine: PG name: hermod num_nodes: 1 size: db-s-dev-database version: "12" domains: - domain: api.hermodapp.com type: PRIMARY zone: hermodapp.com name: hermod region: nyc services: - dockerfile_path: api/Dockerfile envs: - key: APP_DATABASE__USERNAME scope: RUN_TIME value: ${hermod.USERNAME} - key: APP_DATABASE__PASSWORD scope: RUN_TIME value: ${hermod.PASSWORD} - key: APP_DATABASE__HOST scope: RUN_TIME value: ${hermod.HOSTNAME} - key: APP_DATABASE__PORT scope: RUN_TIME value: ${hermod.PORT} - key: APP_DATABASE__DATABASE_NAME scope: RUN_TIME value: ${hermod.DATABASE} github: branch: main deploy_on_push: true repo: cs495wifly/hermod health_check: http_path: /health_check http_port: 8000 instance_count: 1 instance_size_slug: basic-xxs name: api routes: - path: / source_dir: api/.