Browse Source

compose.hub.yaml: default image tag → silberengel/unfold:gitcitadel

Co-authored-by: Cursor <cursoragent@cursor.com>
gitcitadel
Silberengel 2 weeks ago
parent
commit
1afbfee540
  1. 8
      compose.hub.yaml

8
compose.hub.yaml

@ -17,8 +17,8 @@
# Host port: Apache proxies gitcitadel.imwald.eu → 127.0.0.1:9085. HTTP_PUBLISH is set in .env. # Host port: Apache proxies gitcitadel.imwald.eu → 127.0.0.1:9085. HTTP_PUBLISH is set in .env.
# #
# Build & push (on your machine or CI), e.g.: # Build & push (on your machine or CI), e.g.:
# docker build --platform linux/amd64 --target frankenphp_prod -t silberengel/unfold:latest . # docker build --platform linux/amd64 --target frankenphp_prod -t silberengel/unfold:gitcitadel .
# docker push silberengel/unfold:latest # docker push silberengel/unfold:gitcitadel
# #
# Override image: UNFOLD_DOCKER_IMAGE=myregistry/unfold:1.0.0 docker compose -f compose.hub.yaml up -d # Override image: UNFOLD_DOCKER_IMAGE=myregistry/unfold:1.0.0 docker compose -f compose.hub.yaml up -d
@ -26,7 +26,7 @@ name: gitcitadel
services: services:
php: php:
image: ${UNFOLD_DOCKER_IMAGE:-silberengel/unfold:latest} image: ${UNFOLD_DOCKER_IMAGE:-silberengel/unfold:gitcitadel}
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped
environment: environment:
@ -54,7 +54,7 @@ services:
condition: service_healthy condition: service_healthy
prewarm: prewarm:
image: ${UNFOLD_DOCKER_IMAGE:-silberengel/unfold:latest} image: ${UNFOLD_DOCKER_IMAGE:-silberengel/unfold:gitcitadel}
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped
# The app image healthchecks HTTP on :80; this service is CLI-only (no Caddy in this container). # The app image healthchecks HTTP on :80; this service is CLI-only (no Caddy in this container).

Loading…
Cancel
Save