Merge pull request #5442 from LiohMoeller/dev

Docker Registry
This commit is contained in:
daniel 2025-02-03 22:32:40 -07:00 committed by GitHub
commit 9bb4446951
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -964,7 +964,7 @@ TZ="${APP_TIMEZONE}"
# Combined with [DOCKER_APP_RUNTIME] and [PHP_VERSION] configured
# elsewhere in this file, the final Docker tag is computed.
# @dottie/validate required
DOCKER_APP_RELEASE="branch-jippi-fork"
DOCKER_APP_RELEASE="v0.12"
# The PHP version to use for [web] and [worker] container
#
@ -981,7 +981,7 @@ DOCKER_APP_RELEASE="branch-jippi-fork"
# *only* the version part. The rest of the full tag is derived from
# the [DOCKER_APP_RUNTIME] and [PHP_DEBIAN_RELEASE] settings
# @dottie/validate required
DOCKER_APP_PHP_VERSION="8.2"
DOCKER_APP_PHP_VERSION="8.3"
# The container runtime to use.
#
@ -993,7 +993,7 @@ DOCKER_APP_RUNTIME="apache"
#
# Examlpe: [bookworm] or [bullseye]
# @dottie/validate required,oneof=bookworm bullseye
DOCKER_APP_DEBIAN_RELEASE="bullseye"
DOCKER_APP_DEBIAN_RELEASE="bookworm"
# The [php] Docker image base type
#
@ -1010,7 +1010,7 @@ DOCKER_APP_BASE_TYPE="apache"
# * "your/fork" to pull from a custom fork
#
# @dottie/validate required
DOCKER_APP_IMAGE="ghcr.io/jippi/pixelfed"
DOCKER_APP_IMAGE="ghcr.io/jippi/docker-pixelfed"
# Pixelfed version (image tag) to pull from the registry.
#