Sign inSign up

pdebruin/y.i.platformserver

By pdebruin

Updated over 8 years ago

SAP Hybris in containers

Image
0

953

pdebruin/y.i.platformserver repository overview

Create the two files below and start with docker-compose up -d = docker-compose.yml version: '3.3' services: mysql: image: pdebruin/y.i.mysql platformservice: image: pdebruin/y.i.platformserver ports: - "9001:9001" - "9002:9002" env_file: - vars.env

= vars.env y_db_url=jdbc:mysql://mysql/hybris?useConfigs=maxPerformance&characterEncoding=utf8 y_db_driver=com.mysql.jdbc.Driver y_db_username=hybris y_db_password=hybris y_db_customsessionsql=SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED; y_mysql_optional_tabledefs=CHARSET=utf8 COLLATE=utf8_bin y_mysql_allow_fractional_seconds=true y_mysql_tabletype=InnoDB y_db_tableprefix= y_storefront_staticResourceFilter_response_header_Cache_Control=public,max-age=600

Tag summary

Content type

Image

Digest

Size

1.3 GB

Last updated

over 8 years ago

docker pull pdebruin/y.i.platformserver