maybe-finance / maybe

The OS for your personal finances
https://maybe.co
GNU Affero General Public License v3.0
28.71k stars 2.19k forks source link

Couldn't get self hosting working. #899

Closed krishna-santosh closed 2 weeks ago

krishna-santosh commented 2 weeks ago

Is this issue related to a problem? Please describe. Followed the guide to self hosting, cloned the compose.yml file and created a .env file with required fields. When I run docker compose up -d, this is what I get

❯ docker compose up -d
[+] Running 2/2
 ✘ app Error      Head "https://ghcr.io/v2/maybe-finance/maybe/manifests/latest": denied: denied                                    16.1s 
 ✘ postgres Error context canceled                                                                                                  16.1s 
Error response from daemon: Head "https://ghcr.io/v2/maybe-finance/maybe/manifests/latest": denied: denied

Tried to pull the image manually, still the same issue

❯ docker pull ghcr.io/maybe-finance/maybe:latest          
Error response from daemon: Head "https://ghcr.io/v2/maybe-finance/maybe/manifests/latest": denied: denied

same goes for the stable tag.

krishna-santosh commented 2 weeks ago

Never mind, Fixed it. Logged out of ghcr.io docker logout ghcr.io.

It is working now 😅