version: '3' services: duofuduocaipro_redbag_1: image: repo.rdvalidasi.com/indonesia/game/coin/duofuduocaipro:v0.1.9 container_name: duofuduocaipro_redbag1 environment: GROUPID: "1" SERVERID: "10231101" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "1" GAMEPORT: "10871" HTTPPORT: "11871" ApolloStart: "start" APOLLO: "A" ApolloAddr: "http://apollo-test" ApolloClusterName: "default" ApolloAppId: "duofuduocaipro_redbag" restart: always ports: - "10871:10871" - "11871:11871" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/duofuduocaipro_redbag/logs/normal_a:/DuoFuDuoCaiPro/log # duofuduocaipro_redbag_2: # image: repo.rdvalidasi.com/indonesia/game/coin/duofuduocaipro:v0.1.9 # container_name: duofuduocaipro_redbag2 # environment: # GROUPID: "2" # SERVERID: "10231201" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PROCONF: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # GAMEPORT: "10872" # HTTPPORT: "11872" # APOLLO: "A" # ApolloStart: "start" # ApolloAddr: "http://apollo-test" # ApolloClusterName: "default" # ApolloAppId: "duofuduocaipro_redbag" # restart: always # ports: # - "10872:10872" # - "11872:11872" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/duofuduocaipro_redbag/logs/normal_a:/DuoFuDuoCaiPro/log # duofuduocaipro_redbag_3: # image: repo.rdvalidasi.com/indonesia/game/coin/duofuduocaipro:v0.1.9 # container_name: duofuduocaipro_redbag3 # environment: # GROUPID: "3" # SERVERID: "10231301" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PROCONF: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # GAMEPORT: "10873" # HTTPPORT: "11873" # APOLLO: "A" # ApolloStart: "start" # ApolloAddr: "http://apollo-test" # ApolloClusterName: "default" # ApolloAppId: "duofuduocaipro_redbag" # restart: always # ports: # - "10873:10873" # - "11873:11873" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/duofuduocaipro_redbag/logs/normal_a:/DuoFuDuoCaiPro/log