mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-07-12 06:59:21 +00:00
use pull policy for hocuspocus image too, add variable to .env.example for visibility
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#
|
||||
TAG=dev
|
||||
HOCUSPOCUS_TAG=dev-latest
|
||||
PULL_POLICY=always # always / missing / never
|
||||
OPENPROJECT_HTTPS=false
|
||||
OPENPROJECT_HOST__NAME=localhost
|
||||
PORT=127.0.0.1:8080
|
||||
|
||||
@@ -121,7 +121,7 @@ services:
|
||||
|
||||
hocuspocus:
|
||||
image: openproject/hocuspocus:${HOCUSPOCUS_TAG:-dev-latest}
|
||||
pull_policy: always
|
||||
pull_policy: "${PULL_POLICY:-always}"
|
||||
environment:
|
||||
SECRET: ${COLLABORATIVE_SERVER_SECRET:-OVERRIDE_ME_PLEASE}
|
||||
OPENPROJECT_URL: "${OPENPROJECT_URL:-http://web:8080}"
|
||||
|
||||
Reference in New Issue
Block a user