From b1fb6bceec4c7a2a9eedd2dc393168a87e2097b4 Mon Sep 17 00:00:00 2001 From: rnsrk Date: Tue, 22 Apr 2025 23:31:35 +0200 Subject: [PATCH] add examle env --- openproject/.env.example | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 openproject/.env.example diff --git a/openproject/.env.example b/openproject/.env.example new file mode 100644 index 0000000..cb62960 --- /dev/null +++ b/openproject/.env.example @@ -0,0 +1,20 @@ +## +# All environment variables defined here will only apply if you pass them +# to the OpenProject container in docker-compose.yml under x-op-app -> environment. +# For the examples here this is already the case. +# +# Please refer to our documentation to see all possible variables: +# https://www.openproject.org/docs/installation-and-operations/configuration/environment/ +# +OPENPROJECT_DOMAIN= +OPENPROJECT_TAG= +OPENPROJECT_HTTPS= +OPENPROJECT_HOST__NAME= +OPENPROJECT_PORT= +OPENPROJECT_IMAP_ENABLED=false +OPENPROJECT_POSTGRES_USER= +OPENPROJECT_POSTGRES_PASSWORD= +OPENPROJECT_POSTGRES_DB= +OPENPROJECT_RAILS_MIN_THREADS= +OPENPROJECT_RAILS_MAX_THREADS= +OPENPROJECT_OPDATA=