From f57a2010d29f19146980cdb0a94875f7d6b68585 Mon Sep 17 00:00:00 2001 From: sherl Date: Tue, 9 Dec 2025 12:49:28 +0100 Subject: [PATCH] fix: update Docker registry url to match new container naming scheme --- .env.default | 4 ++-- docker-compose.yaml | 5 +++-- kittyBE | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.env.default b/.env.default index aa004e1..c6a1812 100644 --- a/.env.default +++ b/.env.default @@ -3,7 +3,7 @@ # ============= Backend ============= BACKEND_PORT=6567 # Port on which the backend service should listen to requests. -BACKEND_VERSION=master-latest # Want to use a specific image for backend? Put the branch name here, followed by a hyphen and 5-character commit hash. Otherwise the latest one will get pulled. +BACKEND_VERSION=latest # Want to use a specific image for backend? Put the branch here followed by a release tag (like master-v1.2.3). Otherwise the latest one will get pulled. # Postgres and TypeORM PG_USER=kitty @@ -20,4 +20,4 @@ DEBUG=false # Set to `false` to disable some features not mea # ============ Frontend ============ FRONTEND_PORT=6568 # Port on which the frontend service should listen to requests. -FRONTEND_VERSION=master-latest # Want to use a specific image for frontend? Put the branch name here, followed by a hyphen and 5-character commit hash. Otherwise the latest one will get pulled. +FRONTEND_VERSION=latest # Want to use a specific image for frontend? Put the branch here followed by a release tag (like master-v1.2.3). Otherwise the latest one will get pulled. diff --git a/docker-compose.yaml b/docker-compose.yaml index 52da668..1815559 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,13 +1,14 @@ # kittyurl docker compose config # # Tip: Please do not change values listed here. Instead, modify your .env file. +# name: kittyurl services: # kittyfe: # container_name: frontend - # image: gitea.7o7.cx/kittyteam/kittyfe:${FRONTEND_VERSION:-master-latest} + # image: gitea.7o7.cx/kittyteam/kittyfe:${FRONTEND_VERSION:-latest} # env_file: # - .env # ports: @@ -18,7 +19,7 @@ services: kittybe: container_name: backend - image: gitea.7o7.cx/kittyteam/kittybe:${BACKEND_VERSION:-master-latest} + image: gitea.7o7.cx/kittyteam/kittybe:${BACKEND_VERSION:-latest} env_file: - .env ports: diff --git a/kittyBE b/kittyBE index 1b8c9cc..58460d9 160000 --- a/kittyBE +++ b/kittyBE @@ -1 +1 @@ -Subproject commit 1b8c9ccaeb167e4c033c2459c37121b98e08e8dc +Subproject commit 58460d988d39448bf6d5554b282b527fc12b16df