mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-13 18:04:55 +00:00
31 lines
850 B
YAML
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
|