From ae9c60082c4c90188c44ab4f0c2cadd3b947abaf Mon Sep 17 00:00:00 2001 From: Torben Raab <85336942+torbenraab@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:01:55 +0100 Subject: [PATCH] Add Variable to use Docker Images from this repo for the selfhosted process --- deploy/selfhost/variables.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/selfhost/variables.env b/deploy/selfhost/variables.env index 565bc5729f..0036deb857 100644 --- a/deploy/selfhost/variables.env +++ b/deploy/selfhost/variables.env @@ -74,3 +74,5 @@ FILE_SIZE_LIMIT=5242880 # Gunicorn Workers GUNICORN_WORKERS=2 + +DOCKERHUB_USER=ghcr.io/torbenraab/plane \ No newline at end of file