Merge pull request #5441 from pixelfed/staging

Staging
This commit is contained in:
daniel 2025-01-05 17:44:32 -07:00 committed by GitHub
commit ecc6ed6a02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1270,7 +1270,7 @@ DOCKER_WORKER_HEALTHCHECK_INTERVAL="${DOCKER_ALL_DEFAULT_HEALTHCHECK_INTERVAL:?e
# #
# @see https://hub.docker.com/r/nginxproxy/nginx-proxy # @see https://hub.docker.com/r/nginxproxy/nginx-proxy
# @dottie/validate required # @dottie/validate required
DOCKER_PROXY_VERSION="1.4" DOCKER_PROXY_VERSION="1.6"
# How often Docker health check should run for [proxy] service # How often Docker health check should run for [proxy] service
# @dottie/validate required # @dottie/validate required

View file

@ -17,7 +17,7 @@ services:
# #
# See: https://github.com/nginx-proxy/nginx-proxy/tree/main/docs # See: https://github.com/nginx-proxy/nginx-proxy/tree/main/docs
proxy: proxy:
image: nginxproxy/nginx-proxy:1.6.2 image: "nginxproxy/nginx-proxy:${DOCKER_PROXY_VERSION}"
container_name: "${DOCKER_ALL_CONTAINER_NAME_PREFIX}-proxy" container_name: "${DOCKER_ALL_CONTAINER_NAME_PREFIX}-proxy"
restart: unless-stopped restart: unless-stopped
profiles: profiles: