initial commit

This commit is contained in:
Christoph 2025-03-20 11:34:09 +01:00
commit 1bd1755690
2 changed files with 41 additions and 0 deletions

5
README.install Normal file
View File

@ -0,0 +1,5 @@
# ----------
# Install formbricks using docker image
# ----------
# see: https://formbricks.com/docs/self-hosting/setup/docker

36
README.update Normal file
View File

@ -0,0 +1,36 @@
# ----------
# Update formbricks (docker image)
# ----------
# ----------
#
# see:
# https://formbricks.com/docs/self-hosting/setup/docker#update
#
# seei also migration guis for version specific steps to update Formbricks.
#
# https://formbricks.com/docs/self-hosting/advanced/migration
#
# ----------
# 0. navigate to the formbricks directory where your docker-compose.yml file is located.
#
cd /usr/local/formbricks
# 1. Pull the latest Formbricks image
#
docker compose pull
# 2. Stop the running Formbricks instance & remove the related containers:
#
docker compose down
# 3. Restarting the containers with the latest version of Formbricks:
#
docker compose up -d