mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-21 05:30:28 -06:00
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:
committed by
GitHub
parent
c189af5482
commit
56da3b5725
@@ -1,4 +1,3 @@
|
|||||||
version: "3.3"
|
|
||||||
x-environment: &environment
|
x-environment: &environment
|
||||||
environment:
|
environment:
|
||||||
######################################################## REQUIRED ########################################################
|
######################################################## REQUIRED ########################################################
|
||||||
|
|||||||
@@ -496,7 +496,7 @@ EOF
|
|||||||
if [[ $insert_traefik == "y" ]]; then
|
if [[ $insert_traefik == "y" ]]; then
|
||||||
cat >> "$services_snippet_file" << EOF
|
cat >> "$services_snippet_file" << EOF
|
||||||
traefik:
|
traefik:
|
||||||
image: "traefik:v2.11.29"
|
image: "traefik:v2.11.31"
|
||||||
restart: always
|
restart: always
|
||||||
container_name: "traefik"
|
container_name: "traefik"
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -525,7 +525,7 @@ EOF
|
|||||||
cat > "$services_snippet_file" << EOF
|
cat > "$services_snippet_file" << EOF
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: "traefik:v2.11.29"
|
image: "traefik:v2.11.31"
|
||||||
restart: always
|
restart: always
|
||||||
container_name: "traefik"
|
container_name: "traefik"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ Modify the configuration to enforce SSL. The rest of the configuration should re
|
|||||||
<<: *environment
|
<<: *environment
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: "traefik:v2.7"
|
image: "traefik:v2.11.31"
|
||||||
restart: always
|
restart: always
|
||||||
container_name: "traefik"
|
container_name: "traefik"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user