mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
https://community.openproject.org/work_packages/70542 Fix .env.sample port for hostname so users that copy the sample will be able to use op-blocknote-extensions
25 lines
944 B
Plaintext
25 lines
944 B
Plaintext
##
|
|
# 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/
|
|
#
|
|
TAG=dev
|
|
HOCUSPOCUS_TAG=dev-latest
|
|
PULL_POLICY=always # always / missing / never
|
|
OPENPROJECT_HTTPS=false
|
|
OPENPROJECT_HOST__NAME=localhost:8080
|
|
PORT=127.0.0.1:8080
|
|
OPENPROJECT_RAILS__RELATIVE__URL__ROOT=
|
|
IMAP_ENABLED=false
|
|
DATABASE_URL=postgres://postgres:p4ssw0rd@db/openproject?pool=20&encoding=unicode&reconnect=true
|
|
RAILS_MIN_THREADS=4
|
|
RAILS_MAX_THREADS=16
|
|
PGDATA="/var/lib/postgresql/data"
|
|
OPDATA="/var/openproject/assets"
|
|
# URL the browser uses to connect to hocuspocus
|
|
COLLABORATIVE_SERVER_URL=ws://localhost:8080/hocuspocus
|
|
COLLABORATIVE_SERVER_SECRET=secret12345
|