fix(docker-compose): switch from GHCR to Forgejo registry

This commit is contained in:
Ashwin Kumar Sivakumar 2026-07-06 03:52:35 +05:30
parent 76e8646c7c
commit 6b1b38e04a

View file

@ -35,7 +35,7 @@ services:
gateway:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-gateway:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-gateway:high-performance-latest
ports:
- "9100:9100"
environment:
@ -110,7 +110,7 @@ services:
users:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-users:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-users:high-performance-latest
environment:
PORT: "9101"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -124,7 +124,7 @@ services:
companies:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-companies:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-companies:high-performance-latest
environment:
PORT: "9102"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -138,7 +138,7 @@ services:
jobs:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-jobs:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-jobs:high-performance-latest
environment:
PORT: "9103"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -148,7 +148,7 @@ services:
leads:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-leads:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-leads:high-performance-latest
environment:
PORT: "9118"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -158,7 +158,7 @@ services:
job-seekers:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-job-seekers:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-job-seekers:high-performance-latest
environment:
PORT: "9104"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -172,7 +172,7 @@ services:
customers:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-customers:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-customers:high-performance-latest
environment:
PORT: "9105"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -186,7 +186,7 @@ services:
employees:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-employees:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-employees:high-performance-latest
environment:
PORT: "9106"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -202,7 +202,7 @@ services:
photographers:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-photographers:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-photographers:high-performance-latest
environment:
PORT: "9107"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -216,7 +216,7 @@ services:
tutors:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-tutors:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-tutors:high-performance-latest
environment:
PORT: "9108"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -230,7 +230,7 @@ services:
makeup-artists:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-makeup-artists:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-makeup-artists:high-performance-latest
environment:
PORT: "9109"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -244,7 +244,7 @@ services:
developers:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-developers:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-developers:high-performance-latest
environment:
PORT: "9110"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -258,7 +258,7 @@ services:
video-editors:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-video-editors:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-video-editors:high-performance-latest
environment:
PORT: "9111"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -272,7 +272,7 @@ services:
graphic-designers:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-graphic-designers:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-graphic-designers:high-performance-latest
environment:
PORT: "9112"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -286,7 +286,7 @@ services:
social-media-managers:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-social-media-managers:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-social-media-managers:high-performance-latest
environment:
PORT: "9113"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -300,7 +300,7 @@ services:
fitness-trainers:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-fitness-trainers:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-fitness-trainers:high-performance-latest
environment:
PORT: "9114"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -314,7 +314,7 @@ services:
catering-services:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-catering-services:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-catering-services:high-performance-latest
environment:
PORT: "9115"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -330,7 +330,7 @@ services:
payments:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-payments:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-payments:high-performance-latest
environment:
PORT: "9116"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db
@ -346,7 +346,7 @@ services:
ugc-content-creators:
platform: linux/amd64
image: ghcr.io/traceworks2023/nxtgauge-rust-ugc-content-creators:high-performance-latest
image: ci.nxtgauge.com/ashwin/nxtgauge-rust-ugc-content-creators:high-performance-latest
environment:
PORT: "9117"
DATABASE_URL: postgresql://nxtgauge:nxtgauge_dev@postgres:5432/nxtgauge_db