Results 3 issues of Arthur Morais

When deploying the application using the following `docker-compose.yml`: ```yml version: "3.8" services: migration: image: ghcr.io/hatchet-dev/hatchet/hatchet-migrate:latest environment: DATABASE_URL: "postgresql://hatchet:MY_PASSWORD@MY_RDS_HOST:5432/hatchet" setup-config: image: ghcr.io/hatchet-dev/hatchet/hatchet-admin:latest command: /hatchet/hatchet-admin quickstart --skip certs --generated-config-dir /hatchet/config --overwrite=false environment:...