|
|
|
@ -949,14 +949,21 @@ DOCKER_APP_RELEASE="branch-jippi-fork"
|
|
|
|
|
# the [DOCKER_APP_RUNTIME] and [PHP_DEBIAN_RELEASE] settings
|
|
|
|
|
DOCKER_APP_PHP_VERSION="8.2"
|
|
|
|
|
|
|
|
|
|
# The [php] Docker image base type
|
|
|
|
|
# The container runtime to use.
|
|
|
|
|
#
|
|
|
|
|
# See: https://github.com/pixelfed/pixelfed/blob/dev/docker/runtimes.md
|
|
|
|
|
DOCKER_APP_BASE_TYPE="apache"
|
|
|
|
|
# See: https://docs.pixelfed.org/running-pixelfed/docker/runtimes.html
|
|
|
|
|
DOCKER_APP_RUNTIME="apache"
|
|
|
|
|
|
|
|
|
|
# The Debian release variant to use of the [php] Docker image
|
|
|
|
|
#
|
|
|
|
|
# Examlpe: [bookworm] or [bullseye]
|
|
|
|
|
DOCKER_APP_DEBIAN_RELEASE="bullseye"
|
|
|
|
|
|
|
|
|
|
# The [php] Docker image base type
|
|
|
|
|
#
|
|
|
|
|
# See: https://docs.pixelfed.org/running-pixelfed/docker/runtimes.html
|
|
|
|
|
DOCKER_APP_BASE_TYPE="apache"
|
|
|
|
|
|
|
|
|
|
# Image to pull the Pixelfed Docker images from.
|
|
|
|
|
#
|
|
|
|
|
# Example values:
|
|
|
|
@ -967,11 +974,6 @@ DOCKER_APP_DEBIAN_RELEASE="bullseye"
|
|
|
|
|
#
|
|
|
|
|
DOCKER_APP_IMAGE="ghcr.io/jippi/pixelfed"
|
|
|
|
|
|
|
|
|
|
# The container runtime to use.
|
|
|
|
|
#
|
|
|
|
|
# See: https://github.com/jippi/pixelfed/blob/jippi-fork/docker/runtimes.md
|
|
|
|
|
DOCKER_APP_RUNTIME="apache"
|
|
|
|
|
|
|
|
|
|
# Pixelfed version (image tag) to pull from the registry.
|
|
|
|
|
#
|
|
|
|
|
# See: https://github.com/pixelfed/pixelfed/pkgs/container/pixelfed
|
|
|
|
|