Hi, I'm deploying a Compose service (git source) whose stack includes a private image:
services:
crm-app:
image: ghcr.io/myorg/crm:latest
pull_policy: always
The deploy fails with:
Image ghcr.io/myorg/crm:latest Error error from registry: unauthorized
Command failed with exit code 1: docker compose -f .../compose.pro.yaml -f .../docker-compose.override.yml -p crm_crm up --build -d
The git checkout itself works fine (deploy SSH key), but I can't find anywhere to give the panel a registry credential for the image pull:
Request:
An extra: be able to have backup UI for the volumes (of database services for example) would be great when we have registry management features.