version: '3' services: roma_a_1: image: repo.rdvalidasi.com/indonesia/game/coin/roma:new0.1.1 container_name: roma_a_1 environment: GROUPID: "1" SERVERID: "10101101" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "1" GAMEPORT: "8000" HTTPPORT: "8080" Apollo: "A" ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "roma_new" restart: always ports: - "10811:8000" - "11811:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/roma/logs/normal_a/:/roma/log roma_a_2: image: repo.rdvalidasi.com/indonesia/game/coin/roma:new0.1.1 container_name: roma_a_2 environment: GROUPID: "2" SERVERID: "10101201" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "1" GAMEPORT: "8000" HTTPPORT: "8080" Apollo: "A" ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "roma_new" restart: always ports: - "10812:8000" - "11812:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/roma/logs/normal_a/:/roma/log roma_a_3: image: repo.rdvalidasi.com/indonesia/game/coin/roma:new0.1.1 container_name: roma_a_3 environment: GROUPID: "3" SERVERID: "10101301" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "1" GAMEPORT: "8000" HTTPPORT: "8080" ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "roma_new" restart: always ports: - "10813:8000" - "11813:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/roma/logs/normal_a/:/roma/log roma_a_4: image: repo.rdvalidasi.com/indonesia/game/coin/roma:new0.1.1 container_name: roma_a_4 environment: GROUPID: "4" SERVERID: "10101401" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "1" GAMEPORT: "8000" HTTPPORT: "8080" ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "roma_new" restart: always ports: - "10814:8000" - "11814:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/roma/logs/normal_a/:/roma/log