mirror of
https://github.com/temetro/temetro.git
synced 2026-08-13 12:06:52 +00:00
infra/docs: publish images under the khalidxv Docker Hub namespace
Retarget the release workflow, docker-compose image refs, and docs from the placeholder temetro namespace to khalidxv (GitHub repo refs unchanged). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ docker compose up -d # db + backend + frontend — no setup needed
|
||||
```
|
||||
|
||||
`docker compose up --build` instead builds from source (for development). The
|
||||
Compose file references the published `temetro/temetro-backend` and
|
||||
`temetro/temetro-frontend` images with a build fallback, so the same file serves
|
||||
Compose file references the published `khalidxv/temetro-backend` and
|
||||
`khalidxv/temetro-frontend` images with a build fallback, so the same file serves
|
||||
both clinics and developers. Update with `docker compose pull && docker compose
|
||||
up -d` (see [`../RELEASING.md`](../RELEASING.md)).
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
retries: 10
|
||||
|
||||
backend:
|
||||
image: temetro/temetro-backend:${TEMETRO_VERSION:-latest}
|
||||
image: khalidxv/temetro-backend:${TEMETRO_VERSION:-latest}
|
||||
build:
|
||||
context: .
|
||||
restart: unless-stopped
|
||||
@@ -79,7 +79,7 @@ services:
|
||||
- "4000:4000"
|
||||
|
||||
frontend:
|
||||
image: temetro/temetro-frontend:${TEMETRO_VERSION:-latest}
|
||||
image: khalidxv/temetro-frontend:${TEMETRO_VERSION:-latest}
|
||||
build:
|
||||
context: ../frontend
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user