version: "3" services: ludo_b_1_1: container_name: ludo_b_1_1 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 1 -serverId b_1_1 -aiHttpAddr ludo_b_ai_1_1:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44001:8000 - 44011:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_1_1:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_1_2: container_name: ludo_b_1_2 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 1 -serverId b_1_2 -aiHttpAddr ludo_b_ai_1_2:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44002:8000 - 44012:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_1_2:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_1_3: container_name: ludo_b_1_3 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 1 -serverId b_1_3 -aiHttpAddr ludo_b_ai_1_3:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44003:8000 - 44013:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_1_3:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_1_4: container_name: ludo_b_1_4 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 1 -serverId b_1_4 -aiHttpAddr ludo_b_ai_1_4:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44004:8000 - 44014:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_1_4:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" # ------------------------------------------------------------------------------------------ ludo_b_ai_1_1: container_name: ludo_b_ai_1_1 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 1 -serverId b_ai_1_1 -wsListen ludo_b_1_1:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44101:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_1_1:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_1_2: container_name: ludo_b_ai_1_2 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 1 -serverId b_ai_1_2 -wsListen ludo_b_1_2:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44102:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_1_2:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_1_3: container_name: ludo_b_ai_1_3 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 1 -serverId b_ai_1_3 -wsListen ludo_b_1_3:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44103:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_1_3:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_1_4: container_name: ludo_b_ai_1_4 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 1 -serverId b_ai_1_4 -wsListen ludo_b_1_4:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44104:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_1_4:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" # ------------------------------------------------------------------------------------------ ludo_b_2_1: container_name: ludo_b_2_1 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 2 -serverId b_2_1 -aiHttpAddr ludo_b_ai_2_1:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44021:8000 - 44121:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_2_1:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_2_2: container_name: ludo_b_2_2 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 2 -serverId b_2_2 -aiHttpAddr ludo_b_ai_2_1:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44022:8000 - 44122:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_2_2:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_2_3: container_name: ludo_b_2_3 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 2 -serverId b_2_3 -aiHttpAddr ludo_b_ai_2_3:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44023:8000 - 44123:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_2_3:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_2_4: container_name: ludo_b_2_4 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 2 -serverId b_2_4 -aiHttpAddr ludo_b_ai_2_4:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44024:8000 - 44124:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_2_4:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" # ------------------------------------------------------------------------------------------ ludo_b_ai_2_1: container_name: ludo_b_ai_2_1 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 2 -serverId b_ai_2_1 -wsListen ludo_b_2_1:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44201:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_2_1:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_2_2: container_name: ludo_b_ai_2_2 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 2 -serverId b_ai_2_2 -wsListen ludo_b_2_2:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44202:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_2_2:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_2_3: container_name: ludo_b_ai_2_3 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 2 -serverId b_ai_2_3 -wsListen ludo_b_2_3:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44203:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_2_3:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_2_4: container_name: ludo_b_ai_2_4 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 2 -serverId b_ai_2_4 -wsListen ludo_b_2_4:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44204:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_2_4:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" # ------------------------------------------------------------------------------------------ ludo_b_11_1: container_name: ludo_b_11_1 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 11 -serverId b_11_1 -aiHttpAddr ludo_b_ai_11_1:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44031:8000 - 44131:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_11_1:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_11_2: container_name: ludo_b_11_2 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 11 -serverId b_11_2 -aiHttpAddr ludo_b_ai_11_2:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44032:8000 - 44132:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_11_2:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_11_3: container_name: ludo_b_11_3 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 11 -serverId b_11_3 -aiHttpAddr ludo_b_ai_11_3:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44033:8000 - 44133:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_11_3:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_11_4: container_name: ludo_b_11_4 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 11 -serverId b_11_4 -aiHttpAddr ludo_b_ai_11_4:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44034:8000 - 44134:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_11_4:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" # ------------------------------------------------------------------------------------------ ludo_b_ai_11_1: container_name: ludo_b_ai_11_1 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 11 -serverId b_ai_11_1 -wsListen ludo_b_11_1:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44301:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_11_1:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_11_2: container_name: ludo_b_ai_11_2 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 11 -serverId b_ai_11_2 -wsListen ludo_b_11_2:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44302:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_11_2:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_11_3: container_name: ludo_b_ai_11_3 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 11 -serverId b_ai_11_3 -wsListen ludo_b_11_3:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44303:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_11_3:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_11_4: container_name: ludo_b_ai_11_4 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 3 -groupId 11 -serverId b_ai_11_4 -wsListen ludo_b_11_3:8000 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44304:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_11_4:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" # ------------------------------------------------------------------------------------------ ludo_b_12_1: container_name: ludo_b_12_1 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 12 -serverId b_12_1 -aiHttpAddr ludo_b_ai_12_1:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44041:8000 - 44141:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_12_1:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_12_2: container_name: ludo_b_12_2 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 12 -serverId b_12_2 -aiHttpAddr ludo_b_ai_12_2:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44042:8000 - 44142:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_12_2:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_12_3: container_name: ludo_b_12_3 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 12 -serverId b_12_3 -aiHttpAddr ludo_b_ai_12_3:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44043:8000 - 44143:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_12_3:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_12_4: container_name: ludo_b_12_4 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 restart: always command: ./ludo -serverType 1 -groupId 12 -serverId b_12_4 -aiHttpAddr ludo_b_ai_12_4:8080 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env ports: - 44044:8000 - 44144:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_12_4:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" # ------------------------------------------------------------------------------------------ ludo_b_ai_12_1: container_name: ludo_b_ai_12_1 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env restart: always command: ./ludo -serverType 3 -groupId 12 -serverId b_ai_12_1 -wsListen ludo_b_12_1:8000 ports: - 44401:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_12_1:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_12_2: container_name: ludo_b_ai_12_2 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env restart: always command: ./ludo -serverType 3 -groupId 12 -serverId b_ai_12_2 -wsListen ludo_b_12_2:8000 ports: - 44402:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_12_2:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_12_3: container_name: ludo_b_ai_12_3 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env restart: always command: ./ludo -serverType 3 -groupId 12 -serverId b_ai_12_3 -wsListen ludo_b_12_3:8000 ports: - 44403:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_12_3:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1" ludo_b_ai_12_4: container_name: ludo_b_ai_12_4 image: repo.rdvalidasi.com/indonesia/game/chess/ludo:v1-0-1 env_file: - /usr/local/gitlab-runner/game/ludo/ludo.env restart: always command: ./ludo -serverType 3 -groupId 12 -serverId b_ai_12_4 -wsListen ludo_b_12_4:8000 ports: - 44404:8081 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/ludo/env.toml:/opt/ludo/conf/env.toml - /usr/local/gitlab-runner/game/ludo/log/ludo_b_ai_12_4:/opt/ludo/log logging: driver: "json-file" options: max-size: "200m" max-file: "1"