mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-27 16:00:26 -04:00
12 lines
284 B
YAML
12 lines
284 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
engine:
|
|
image: qlikcore/engine:${ENGINE_VERSION:-12.477.0}
|
|
# restart: always
|
|
command: -S AcceptEULA=${ACCEPT_EULA:-no} -S DocumentDirectory=/apps
|
|
ports:
|
|
- ${ENGINE_PORT:-9076}:9076
|
|
volumes:
|
|
- ${APPS_PATH:-./data/apps}:/apps
|