mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-25 01:00:13 -04:00
15 lines
335 B
YAML
15 lines
335 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
|
|
-S SSEPlugin=sse,host.docker.internal:50051
|
|
ports:
|
|
- '9076:9076'
|
|
volumes:
|
|
- ${APPS_PATH:-../data/apps}:/apps
|