mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-07-12 23:19:16 +00:00
use pull policy for hocuspocus image too, add variable to .env.example for visibility
This commit is contained in:
@@ -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