You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a hard time deploying my nextjs, strapi & postgress application on dockploy with docker-compose. I have an organization on github with a private monorepo. On branch push I've setup a workflow to build and publish both docker images, the strapi app and the nextjs app, against the github registry. This all works fine and as expected and I can directly use my docker-compose.yml with a reference to the images on a Portainer instance without issues. But with Dokploy I'm getting this error about being unauthorized to access a manifest.... No idea what this means to be honest since I haven't heard of those manifest in a docker context yet :). I've authorized Dokploy to access my private repo via the dedicated Settings page (Github App), in the Cluster settings I've added the github registry with my credentials, and I've additionally authenticated via Terminal on my VPS directly via docker login ghrc.io. I can successfully pull those two images with docker pull independently but just not via docker compose.
Discussed in #123
Originally posted by s1rd4v3 June 6, 2024
Hi all,
I'm having a hard time deploying my nextjs, strapi & postgress application on dockploy with docker-compose. I have an organization on github with a private monorepo. On branch push I've setup a workflow to build and publish both docker images, the strapi app and the nextjs app, against the github registry. This all works fine and as expected and I can directly use my docker-compose.yml with a reference to the images on a Portainer instance without issues. But with Dokploy I'm getting this error about being unauthorized to access a manifest.... No idea what this means to be honest since I haven't heard of those manifest in a docker context yet :). I've authorized Dokploy to access my private repo via the dedicated Settings page (Github App), in the Cluster settings I've added the github registry with my credentials, and I've additionally authenticated via Terminal on my VPS directly via
docker login ghrc.io
. I can successfully pull those two images withdocker pull
independently but just not via docker compose.Any ideas what I'm missing?
The text was updated successfully, but these errors were encountered: