47 lines
1.5 KiB
YAML
47 lines
1.5 KiB
YAML
version: "3.0"
|
|
services:
|
|
|
|
licenses:
|
|
image: qliktech-docker-release.jfrog.io/licenses:3.35.0
|
|
container_name: licenses
|
|
hostname: licenses
|
|
networks:
|
|
- qdc
|
|
ports:
|
|
- 9200:9200
|
|
environment:
|
|
- QLIK_CATALOG_MODE=true
|
|
- LOG_LEVEL=debug
|
|
- LICENSES_CONNECTION_STRING=host= port=5432 user=licenses password=licenses dbname=licenses sslmode=disable
|
|
- PERSISTENCE_CONNECT_DURATION=60s
|
|
#- OFFLINE=true
|
|
#- PROXY_URI=<proxy-server-address>
|
|
|
|
qix-engine:
|
|
# 88c1b341af2a = qliktech-docker-experimental.jfrog.io/engine:qdc-qlik-core
|
|
# 60c963ecd624 = qliktech-docker-experimental.jfrog.io/engine:qdc-qlik-core-feb-2020
|
|
# 170fc8740f04 = qliktech-docker-release.jfrog.io/engine:12.722.0
|
|
image: qliktech-docker-release.jfrog.io/engine:12.722.0
|
|
command: -S AcceptEULA=yes -S LicenseServiceUrl=http://licenses:9200 -S TrafficLogVerbosity=5 -S SystemLogVerbosity=5 -S ScriptLogVerbosity=5
|
|
networks:
|
|
- qdc
|
|
ports:
|
|
- 19076:9076
|
|
- 9090:9090
|
|
volumes:
|
|
# On Linux, uncomment only volume containing qdc_host_root (this is default)
|
|
- /:/qdc_host_root
|
|
# On MacOS (possibly other OS as well), uncomment only volumes containing qlik-core-input and qlik-core-output
|
|
# - /tmp:/qlik-core-input
|
|
# - /tmp:/qlik-core-output
|
|
user: ${QLIKCORE_UID}:${QLIKCORE_GID}
|
|
labels:
|
|
qix-engine: ""
|
|
|
|
|
|
networks:
|
|
qdc:
|
|
driver: bridge
|
|
ipam:
|
|
config:
|
|
- subnet: 172.60.0.0/16 |