Skip to content

Commit 52b9b49

Browse files
committed
Move GHCR image namespace to the Apollo-Reborn org
The repo moved to Apollo-Reborn/apollo-backend, so the published image is now ghcr.io/apollo-reborn/apollo-backend. Update the docker-compose default image and the Getting Started guide reference to match.
1 parent 9516257 commit 52b9b49

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ cd apollo-backend
151151
```
152152

153153
You **do not need Go or any build tools.** The bundled `docker-compose.yml` pulls a prebuilt image
154-
from GitHub Container Registry (`ghcr.io/nickclyde/apollo-backend`) automatically.
154+
from GitHub Container Registry (`ghcr.io/apollo-reborn/apollo-backend`) automatically.
155155

156156
> **Only if you fork and change the code:** you'll need to build your own image instead of pulling.
157157
> Use `make docker-build` (or `docker compose up -d --build`). Note that `docker compose up` reuses

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ x-worker: &worker
88
build:
99
context: .
1010
dockerfile: Dockerfile
11-
image: ${APOLLO_IMAGE:-ghcr.io/nickclyde/apollo-backend:latest}
11+
image: ${APOLLO_IMAGE:-ghcr.io/apollo-reborn/apollo-backend:latest}
1212
<<: *app-env
1313
volumes: *app-volumes
1414
depends_on:
@@ -110,7 +110,7 @@ services:
110110
build:
111111
context: .
112112
dockerfile: Dockerfile
113-
image: ${APOLLO_IMAGE:-ghcr.io/nickclyde/apollo-backend:latest}
113+
image: ${APOLLO_IMAGE:-ghcr.io/apollo-reborn/apollo-backend:latest}
114114
command: ["api"]
115115
<<: *app-env
116116
volumes: *app-volumes

0 commit comments

Comments
 (0)