chore: remove docker compose version pinning and update Traefik image version to v2.11.31 in docker-compose and documentation (#6967)

Co-authored-by: Matti Nannt <matti@formbricks.com>
This commit is contained in:
Bhagya Amarasinghe
2025-12-12 15:59:26 +05:30
committed by GitHub
parent c189af5482
commit 56da3b5725
3 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
version: "3.3"
x-environment: &environment
environment:
######################################################## REQUIRED ########################################################

View File

@@ -496,7 +496,7 @@ EOF
if [[ $insert_traefik == "y" ]]; then
cat >> "$services_snippet_file" << EOF
traefik:
image: "traefik:v2.11.29"
image: "traefik:v2.11.31"
restart: always
container_name: "traefik"
depends_on:
@@ -525,7 +525,7 @@ EOF
cat > "$services_snippet_file" << EOF
traefik:
image: "traefik:v2.11.29"
image: "traefik:v2.11.31"
restart: always
container_name: "traefik"
depends_on:

View File

@@ -109,7 +109,7 @@ Modify the configuration to enforce SSL. The rest of the configuration should re
<<: *environment
traefik:
image: "traefik:v2.7"
image: "traefik:v2.11.31"
restart: always
container_name: "traefik"
depends_on: