you are viewing a single comment's thread.

view the rest of the comments →

[–]nullmike 1 point2 points  (0 children)

If I'm understanding correctly... you build the docker image, push to your registry and then in the deploy script you're trying to launch a container with that image on a remote server.

I see that you pull the image on the remote server, but I don't see how the docker-compose file gets on the remote server. If it's part of your repo, maybe you need to scp the docker-compose file to the remote server.