Default image tags to :dev (per-branch=per-env model)

This commit is contained in:
2026-05-03 15:49:14 +00:00
parent 5b69281bb8
commit 64cd39844e
+5 -5
View File
@@ -3,7 +3,7 @@
# Deployed via Komodo Stack-from-Git: # Deployed via Komodo Stack-from-Git:
# Repository: git.dev.trmtracking.org/trm/deploy # Repository: git.dev.trmtracking.org/trm/deploy
# Compose path: compose.dev.yaml # Compose path: compose.dev.yaml
# Branch: main # Branch: dev
# #
# Images are built and pushed by each service's own Gitea Actions workflow # Images are built and pushed by each service's own Gitea Actions workflow
# (see each repo's .gitea/workflows/build.yml). This file references the # (see each repo's .gitea/workflows/build.yml). This file references the
@@ -51,7 +51,7 @@ services:
# Built by git.dev.trmtracking.org/trm/tcp-ingestion's Gitea workflow. # Built by git.dev.trmtracking.org/trm/tcp-ingestion's Gitea workflow.
# ------------------------------------------------------------------- # -------------------------------------------------------------------
tcp-ingestion: tcp-ingestion:
image: git.dev.trmtracking.org/trm/tcp-ingestion:${TCP_INGESTION_TAG:-main} image: git.dev.trmtracking.org/trm/tcp-ingestion:${TCP_INGESTION_TAG:-dev}
depends_on: depends_on:
redis: redis:
condition: service_healthy condition: service_healthy
@@ -111,7 +111,7 @@ services:
# ready in advance of the live-broadcast feature landing. # ready in advance of the live-broadcast feature landing.
# ------------------------------------------------------------------- # -------------------------------------------------------------------
processor: processor:
image: git.dev.trmtracking.org/trm/processor:${PROCESSOR_TAG:-main} image: git.dev.trmtracking.org/trm/processor:${PROCESSOR_TAG:-dev}
depends_on: depends_on:
redis: redis:
condition: service_healthy condition: service_healthy
@@ -174,7 +174,7 @@ services:
# WEBSOCKETS_REST_PATH below; no Traefik rewrite is needed. # WEBSOCKETS_REST_PATH below; no Traefik rewrite is needed.
# ------------------------------------------------------------------- # -------------------------------------------------------------------
directus: directus:
image: git.dev.trmtracking.org/trm/directus:${DIRECTUS_TAG:-main} image: git.dev.trmtracking.org/trm/directus:${DIRECTUS_TAG:-dev}
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy
@@ -294,7 +294,7 @@ services:
# that only flow within one origin. # that only flow within one origin.
# ------------------------------------------------------------------- # -------------------------------------------------------------------
spa: spa:
image: git.dev.trmtracking.org/trm/spa:${SPA_TAG:-main} image: git.dev.trmtracking.org/trm/spa:${SPA_TAG:-dev}
expose: expose:
- '80' - '80'
volumes: volumes: