aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/macroflow/docker-compose.yml
blob: 9df89d03832fd4b9e39ed62a3c38622e4cbc63b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: '3'
services:
################################################################################
  aai-simulator:
    image: simulators/aai-simulator:latest
    ports:
      - "9993:9993"
    environment:
    - APP=AAI-SIMULATOR
    - JVM_ARGS=-Xms64m -Xmx512m
    hostname:
      aai-simulator
    logging:
      driver: "json-file"
      options:
        max-size: "30m"
        max-file: "5"
################################################################################