From 6b1b38e04a3ad90370fe8892d5df038f6668e4bb Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Mon, 6 Jul 2026 03:52:35 +0530 Subject: [PATCH] fix(docker-compose): switch from GHCR to Forgejo registry --- docker-compose.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fb280e9..252f369 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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