jamesst20
jamesst20
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
I'm gonna call it a night for now 🙂 Thanks for the quick help! Have a good night
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
In my case it needs to run same docker image but with a different start command
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
dokku ps:scale worker = 1 is the dokku equivalent
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
But that command doesn't exist
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
Documentation says heroku ps:scale worker =1
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
It's up and running but couldn't find how to tell to run the worker from the procfile but I do see it detected
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
The way it works is completly different
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
Me neither! At first I though it was all different because I was using Dokploy but it's simply because it's using Heroku Cloud Native Buildpack
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
Got it ! Running /cnb/lifecycle/launcher bash gives you a proper sourced environment 🙂 At least I could manually run migrations for now
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
Opening a terminal session or runnign docker exec -it <container id> bash won't let me do anything either. ruby, bundle, etc. are all "command not found"
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
The release process is ran only once during the deployment at the end, it's used to execute database migration, this is how Heroku says to do. It appears it didn't run in my case with Dokploy
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
When I do docker ps I can see both web and worker command executing in a docker (one docker for each)
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
It reads my Procfile and starts process accordingly
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
I don't think the worker is running though. Do you know if it's possible to run it? Typically would be dokku ps:scale web=1 worker=1 with dokku
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
I added PORT=3000 in environment variables and it appears to have fixed it!
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
No description
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
I am not sure what command it's trying to run
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
No description
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
The deployment was successful but it seems to app is not being executed properly
59 replies
DDokploy
Created by jamesst20 on 10/18/2024 in #old-help
How to specify heroku buildpacks to use?
Yes 🙂
59 replies