You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
850 B
35 lines
850 B
3 years ago
|
version: '3.7'
|
||
|
services:
|
||
|
ignite:
|
||
|
container_name: benchmark-ignite
|
||
|
ports:
|
||
|
- '8080:8080'
|
||
|
- '10800:10800'
|
||
|
- '11211:11211'
|
||
|
- '31500-31510:31500-31510'
|
||
|
- '31100:31100'
|
||
|
- '11231:11231'
|
||
|
- '10831:10831'
|
||
|
# - '47500:47500'
|
||
|
image: apacheignite/ignite
|
||
|
networks:
|
||
|
bench-net:
|
||
|
ipv4_address: 172.40.0.10
|
||
|
volumes:
|
||
|
- 'ignite-volume:/storage'
|
||
|
- './benchmark-config.xml:/benchmark-config.xml'
|
||
|
environment:
|
||
|
- CONFIG_URI=/benchmark-config.xml
|
||
|
- IGNITE_WORK_DIR=/storage
|
||
|
- OPTION_LIBS=ignite-rest-http
|
||
|
- _JAVA_OPTIONS= -Xms10g -Xmx10g -XX:+AlwaysPreTouch -XX:+UseG1GC -XX:+ScavengeBeforeFullGC
|
||
|
volumes:
|
||
|
ignite-volume:
|
||
|
name: ignite-persistence
|
||
|
networks:
|
||
|
bench-net:
|
||
|
ipam:
|
||
|
driver: default
|
||
|
config:
|
||
|
- subnet: 172.40.0.0/24
|