buggythepirate 92338c7912
feat(ingest): Added new ingestion source SAP HANA (#4376)
Co-authored-by: Ravindra Lanka <rlanka@acryl.io>
2022-05-26 03:42:50 -07:00

31 lines
850 B
YAML

# Attention Hana pull requires that you are logged into Docker Hub prior to pulling the images (requirement by SAP as image provider)
version: '3.4'
services:
testhana:
image: "store/saplabs/hanaexpress:2.00.054.00.20210603.1"
container_name: "testhana"
restart: "unless-stopped"
ports:
- 39013:39013
- 39017:39017
- 39041-39045:39041-39045
- 1128-1129:1128-1129
- 59013-59014:59013-59014
volumes:
- ./post_start:/hana/hooks/post_start/
- ./setup:/hana/mounts/setup/
environment:
- SCHEMA_NAME=HOTEL
- DUMP_FILE=setup.sql
- SCHEMA_PWD=Localdev1
command:
- --agree-to-sap-license
- --dont-check-system
- --dont-check-mount-points
- --master-password
- HXEHana1
volumes:
setup:
driver: local
post_start:
driver: local