浏览代码

Update .env.docker

Registry has changed. Old registry has been discontinued in August 2024. New Registry added, format of Docker tag has been adjusted as it now contains the Debian Release as well.

Sample Version is set to current stable but can be adjusted to any of the available branches.
Lioh Moeller 6 月之前
父节点
当前提交
7987383026
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      .env.docker

+ 5 - 5
.env.docker

@@ -964,7 +964,7 @@ TZ="${APP_TIMEZONE}"
 # Combined with [DOCKER_APP_RUNTIME] and [PHP_VERSION] configured
 # Combined with [DOCKER_APP_RUNTIME] and [PHP_VERSION] configured
 # elsewhere in this file, the final Docker tag is computed.
 # elsewhere in this file, the final Docker tag is computed.
 # @dottie/validate required
 # @dottie/validate required
-DOCKER_APP_RELEASE="branch-jippi-fork"
+DOCKER_APP_RELEASE="v0.12.4"
 
 
 # The PHP version to use for [web] and [worker] container
 # 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
 # *only* the version part. The rest of the full tag is derived from
 # the [DOCKER_APP_RUNTIME] and [PHP_DEBIAN_RELEASE] settings
 # the [DOCKER_APP_RUNTIME] and [PHP_DEBIAN_RELEASE] settings
 # @dottie/validate required
 # @dottie/validate required
-DOCKER_APP_PHP_VERSION="8.2"
+DOCKER_APP_PHP_VERSION="8.3"
 
 
 # The container runtime to use.
 # The container runtime to use.
 #
 #
@@ -993,7 +993,7 @@ DOCKER_APP_RUNTIME="apache"
 #
 #
 # Examlpe: [bookworm] or [bullseye]
 # Examlpe: [bookworm] or [bullseye]
 # @dottie/validate required,oneof=bookworm bullseye
 # @dottie/validate required,oneof=bookworm bullseye
-DOCKER_APP_DEBIAN_RELEASE="bullseye"
+DOCKER_APP_DEBIAN_RELEASE="bookworm"
 
 
 # The [php] Docker image base type
 # The [php] Docker image base type
 #
 #
@@ -1010,13 +1010,13 @@ DOCKER_APP_BASE_TYPE="apache"
 #   * "your/fork"                 to pull from a custom fork
 #   * "your/fork"                 to pull from a custom fork
 #
 #
 # @dottie/validate required
 # @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.
 # Pixelfed version (image tag) to pull from the registry.
 #
 #
 # @see https://github.com/pixelfed/pixelfed/pkgs/container/pixelfed
 # @see https://github.com/pixelfed/pixelfed/pkgs/container/pixelfed
 # @dottie/validate required
 # @dottie/validate required
-DOCKER_APP_TAG="${DOCKER_APP_RELEASE:?error}-${DOCKER_APP_RUNTIME:?error}-${DOCKER_APP_PHP_VERSION:?error}"
+DOCKER_APP_TAG="${DOCKER_APP_RELEASE:?error}-${DOCKER_APP_RUNTIME:?error}-${DOCKER_APP_PHP_VERSION:?error}-${DOCKER_APP_DEBIAN_RELEASE:?error}"
 
 
 # Path (on host system) where the [app] + [worker] container will write
 # Path (on host system) where the [app] + [worker] container will write
 # its [storage] data (e.g uploads/images/profile pictures etc.).
 # its [storage] data (e.g uploads/images/profile pictures etc.).