Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ This repository workflow publishes images to:
- `ghcr.io/<github-owner>/<repo>/tracking-api:{latest|staging-<sha>}`
- `ghcr.io/<github-owner>/<repo>/router-worker:{latest|staging-<sha>}`

Example if your repo is `lecongthien/Tracking_Base_System`:
Example if your repo is `CongThienDev/Tracking_Base_System`:

- `ghcr.io/lecongthien/tracking_base_system/tracking-api:latest`
- `ghcr.io/lecongthien/tracking_base_system/router-worker:latest`
- `ghcr.io/congthiendev/tracking_base_system/tracking-api:latest`
- `ghcr.io/congthiendev/tracking_base_system/router-worker:latest`
4 changes: 2 additions & 2 deletions deploy/app/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tracking-base-app

services:
tracking-api:
image: ${TRACKING_API_IMAGE:-ghcr.io/your-org/your-repo/tracking-api:latest}
image: ${TRACKING_API_IMAGE:-ghcr.io/congthiendev/tracking_base_system/tracking-api:latest}
container_name: tracking-api
restart: unless-stopped
env_file:
Expand All @@ -22,7 +22,7 @@ services:
- tracking-base-net

router-worker:
image: ${ROUTER_WORKER_IMAGE:-ghcr.io/your-org/your-repo/router-worker:latest}
image: ${ROUTER_WORKER_IMAGE:-ghcr.io/congthiendev/tracking_base_system/router-worker:latest}
container_name: router-worker
restart: unless-stopped
env_file:
Expand Down
Loading