fix: Use localhost/ prefix for local images (v1.3.107)

This commit is contained in:
Christian 2026-01-05 15:57:19 +01:00
parent 9336edd5cc
commit 7bcae58fdf

View File

@ -34,7 +34,7 @@ services:
RELEASE_VERSION: ${RELEASE_VERSION:-latest}
GITHUB_TOKEN: ${GITHUB_TOKEN}
GITHUB_REPO: ${GITHUB_REPO:-ct/bmc_hub}
image: bmc-hub:${RELEASE_VERSION:-latest}
image: localhost/bmc-hub:${RELEASE_VERSION:-latest}
container_name: bmc-hub-api-prod
depends_on:
postgres: