Replies: 1 comment
-
a solution could be to use another docker container to run migration, and use depends_on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'd like to run migrate before running the service. In GitHub action I do like this:
But in dokploy, it's deployed with predefined docker compose commands, which is not allowed to modify(append only which is not enough as the migration need to be executed before running the service)
Do you have a plan for custom command deployment?
Thanks for your awesome project!
Beta Was this translation helpful? Give feedback.
All reactions