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