version: '3' services: luckyfortune_normal_a_1: image: repo.rdvalidasi.com/indonesia/game/coin/luckyfortune:new0.0.4 container_name: luckyfortune_normal_a_1 environment: GROUPID: "1" SERVERID: "10161101" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PRO: "conf/pro/" LOGPATH: "log/" RUNTYPE: "1" GAMEPORT: "8000" HTTPPORT: "8080" ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "luckyfortune_new" restart: always ports: - "10151:8000" - "10155:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/luckyfortune/logs/normal_a:/luckyfortune/log # luckyfortune_normal_a_2: # image: repo.rdvalidasi.com/indonesia/game/coin/luckyfortune:new0.0.4 # container_name: luckyfortune_normal_a_2 # environment: # GROUPID: "2" # SERVERID: "10161201" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PRO: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # GAMEPORT: "8000" # HTTPPORT: "8080" # ApolloStart: "start" # ApolloAddr: "http://apollo-uat" # ApolloClusterName: "default" # ApolloAppId: "luckyfortune_new" # restart: always # ports: # - "10152:8000" # - "10156:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/luckyfortune/logs/normal_a:/luckyfortune/log # luckyfortune_normal_a_3: # image: repo.rdvalidasi.com/indonesia/game/coin/luckyfortune:new0.0.4 # container_name: luckyfortune_normal_a_3 # environment: # GROUPID: "3" # SERVERID: "10161301" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PRO: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # GAMEPORT: "8000" # HTTPPORT: "8080" # ApolloStart: "start" # ApolloAddr: "http://apollo-uat" # ApolloClusterName: "default" # ApolloAppId: "luckyfortune_new" # restart: always # ports: # - "10153:8000" # - "10157:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/luckyfortune/logs/normal_a:/luckyfortune/log # luckyfortune_normal_a_4: # image: repo.rdvalidasi.com/indonesia/game/coin/luckyfortune:new0.0.4 # container_name: luckyfortune_normal_a_4 # environment: # GROUPID: "4" # SERVERID: "10161401" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PRO: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # GAMEPORT: "8000" # HTTPPORT: "8080" # ApolloStart: "start" # ApolloAddr: "http://apollo-uat" # ApolloClusterName: "default" # ApolloAppId: "luckyfortune_new" # restart: always # ports: # - "10154:8000" # - "10158:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/luckyfortune/logs/normal_a:/luckyfortune/log