mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-26 04:00:15 -04:00
* fix: make sure actiontooblar dont steal focus * chore: update engine * chore: update engine * chore: update engine Co-authored-by: caele <tsm@qlik.com>
14 lines
298 B
YAML
14 lines
298 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
engine:
|
|
image: qlikcore/engine:${ENGINE_VERSION:-12.972.0}
|
|
# restart: always
|
|
command: |
|
|
-S AcceptEULA=${ACCEPT_EULA:-no}
|
|
-S DocumentDirectory=/apps
|
|
ports:
|
|
- ${ENGINE_PORT:-9076}:9076
|
|
volumes:
|
|
- ${APPS_PATH:-./data/apps}:/apps
|