Hi all, I'm trying to get Airbyte working on the h...
# ask-community-for-troubleshooting
r
Hi all, I'm trying to get Airbyte working on the heroku platform but I'm running into some problems. Maybe one of you guys already got airbyte deployed at Heroku so I'm curious if one of you would like to share your 
heroku.yml
 file or other steps needed to get it working at Heroku. My current 
heroku.yml
 file looks like this:
Copy code
build:
  docker:
    web: airbyte-webapp/Dockerfile
    airbyte-temporal: airbyte-temporal/Dockerfile
    server: airbyte-server/Dockerfile
    worker: airbyte-workers/Dockerfile
    scheduler: airbyte-scheduler/app/Dockerfile
    init: airbyte-config/init/Dockerfile    
run:
  web: /docker-entrypoint.sh nginx -g 'daemon off;'
  airbyte-temporal: /entrypoint.sh /bin/bash -c '/start.sh autosetup'
  server: /bin/bash -c bin/${APPLICATION}
  worker: /bin/bash -c bin/${APPLICATION}
  scheduler: /bin/bash -c bin/${APPLICATION}
  init: /bin/sh -c "./scripts/create_mount_directories.sh /local_parent ${HACK_LOCAL_ROOT_PARENT} ${LOCAL_ROOT}"
Heroku App Information 1. Stack: container 2. Framework: No framework detected 3. Slug size: No slug detected Build failed
j
We don’t support deploying to Heroku and have no immediate plans to support it. https://github.com/airbytehq/airbyte/issues/457 has more info
r
Thanks for your reply Jared!