version: "3" services: domino_normal_a_1: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_normal_a_1 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 restart: always ports: - 12001:8000 - 12101:8001 command: ./dominoes -runType 1 -groupId 1 -serverId a_1 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_normal_a_1:/opt/dominoes/log domino_ai_a_1: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_ai_a_1 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 restart: always ports: - 12105:8001 command: ./dominoes -runType 3 -groupId 1 -gameListen ws://game:8000 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_ai_a_1:/opt/dominoes/log links: - "domino_normal_a_1:game" domino_normal_a_2: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_normal_a_2 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 restart: always ports: - 12002:8000 - 12102:8001 command: ./dominoes -runType 1 -groupId 2 -serverId a_1 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_normal_a_2:/opt/dominoes/log domino_ai_a_2: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_ai_a_2 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 restart: always ports: - 12106:8001 command: ./dominoes -runType 3 -groupId 2 -gameListen ws://game:8000 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_ai_a_2:/opt/dominoes/log links: - "domino_normal_a_2:game" domino_normal_a_3: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_normal_a_3 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 restart: always ports: - 12003:8000 - 12103:8001 command: ./dominoes -runType 1 -groupId 3 -serverId a_1 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_normal_a_3:/opt/dominoes/log domino_ai_a_3: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_ai_a_3 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 restart: always ports: - 12107:8001 command: ./dominoes -runType 3 -groupId 3 -gameListen ws://game:8000 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_ai_a_3:/opt/dominoes/log links: - "domino_normal_a_3:game" domino_normal_a_4: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_normal_a_4 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 restart: always ports: - 12004:8000 - 12104:8001 command: ./dominoes -runType 1 -groupId 4 -serverId a_1 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_normal_a_4:/opt/dominoes/log domino_ai_a_4: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_ai_a_4 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 restart: always ports: - 12108:8001 command: ./dominoes -runType 3 -groupId 4 -gameListen ws://game:8000 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_ai_a_4:/opt/dominoes/log links: - "domino_normal_a_4:game" domino_normal_a_11: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_normal_a_11 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 - LogFormatSLS=1 restart: always ports: - 12011:8000 - 12111:8001 command: ./dominoes -runType 1 -groupId 11 -serverId a_1 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_normal_a_11:/opt/dominoes/log domino_ai_a_11: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_ai_a_11 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 - LogFormatSLS=1 restart: always ports: - 12115:8001 command: ./dominoes -runType 3 -groupId 11 -gameListen ws://game:8000 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_ai_a_11:/opt/dominoes/log links: - "domino_normal_a_11:game" domino_normal_a_12: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_normal_a_12 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 - LogFormatSLS=1 restart: always ports: - 12012:8000 - 12112:8001 command: ./dominoes -runType 1 -groupId 12 -serverId a_1 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_normal_a_12:/opt/dominoes/log domino_ai_a_12: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_ai_a_12 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 - LogFormatSLS=1 restart: always ports: - 12116:8001 command: ./dominoes -runType 3 -groupId 12 -gameListen ws://game:8000 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_ai_a_12:/opt/dominoes/log links: - "domino_normal_a_12:game" domino_normal_a_13: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_normal_a_13 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 - LogFormatSLS=1 restart: always ports: - 12013:8000 - 12113:8001 command: ./dominoes -runType 1 -groupId 13 -serverId a_1 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_normal_a_13:/opt/dominoes/log domino_ai_a_13: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_ai_a_13 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 - LogFormatSLS=1 restart: always ports: - 12117:8001 command: ./dominoes -runType 3 -groupId 13 -gameListen ws://game:8000 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_ai_a_13:/opt/dominoes/log links: - "domino_normal_a_13:game" domino_normal_a_14: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_normal_a_14 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 - LogFormatSLS=1 restart: always ports: - 12014:8000 - 12114:8001 command: ./dominoes -runType 1 -groupId 14 -serverId a_1 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_normal_a_14:/opt/dominoes/log domino_ai_a_14: image: repo.rdvalidasi.com/indonesia/dominoes:v1-2-11 container_name: domino_ai_a_14 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 - LogFormatSLS=1 restart: always ports: - 12118:8001 command: ./dominoes -runType 3 -groupId 14 -gameListen ws://game:8000 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino_ai_a_14:/opt/dominoes/log links: - "domino_normal_a_14:game"