Preview deployments with docker-compose not working with depends-on #2180
Unanswered
MrGreenTea
asked this question in
Q&A
Replies: 1 comment
-
I just found this issue that's the same problem: #2005 (comment) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We're deploying our
docker-compose.yml
file which uses thedepends-on
.On our PRs we get this error because it seems the services are renamed, but not in the
depends-on
field.Is there a way to get this working? On a related note, can we somehow copy data from the production volume into the preview deployment so the database is not empty?
Beta Was this translation helpful? Give feedback.
All reactions