-
Notifications
You must be signed in to change notification settings - Fork 40
/
odm-standalone.yml
32 lines (32 loc) · 1.08 KB
/
odm-standalone.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
version: '2'
services:
# This following property is defined in the .env file. It's allow to customize your docker images.
# ODMVERSION : The Operational Decision Management version
# ODMDOCKERDIR : The Directory where this
odm-standalone:
image: $REPOSITORY/odm:$ODMVERSION
mem_limit: 4G
memswap_limit: 4G
build:
context: ../
dockerfile: ./$ODMDOCKERDIR/standalone/Dockerfile
args:
- ODMDOCKERDIR=$ODMDOCKERDIR
- ODMVERSION=$ODMVERSION
- ODMDBVERSION=$ODMDBVERSION
- FROMLIBERTY=$FROMLIBERTY
- FROMLIBERTYBUILD=$FROMLIBERTY
- FROMDOCKERBUILD=$FROMDOCKERBUILD
- PACKAGELIST=$PACKAGELIST
user: "1001:0"
environment:
- SAMPLE=false
- LICENSE=accept
ports:
- 9080:9060
- 9453:9453
# Uncomment this line to persist your data. Note that on OSX you need to share this
# current directory in the Preference menu -> File Sharing menu.
volumes:
# - ./h2data:/config/dbdata/
- ./plugin-configuration.properties:/config/baiemitterconfig/plugin-configuration.properties