version: '3' services: dfdc_redbag_1: image: repo.rdvalidasi.com/indonesia/game/coin/dfdc:new0.2.4 container_name: dfdc_redbag_1 environment: GROUPID: "1" SERVERID: "10221101" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "1" APOLLO: "A" GAMEPORT: "10861" HTTPPORT: "11861" ApolloStart: "start" ApolloAddr: "http://apollo-test" ApolloClusterName: "default" ApolloAppId: "dfdc_redbag" restart: always ports: - "10861:10861" - "11861:11861" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/dfdc/logs/normal_a:/dfdc/log # dfdc_redbag_2: # image: repo.rdvalidasi.com/indonesia/game/coin/dfdc:new0.2.4 # container_name: dfdc_redbag_2 # environment: # GROUPID: "2" # SERVERID: "10221201" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PROCONF: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # GAMEPORT: "10862" # HTTPPORT: "11862" # ApolloStart: "start" # ApolloAddr: "http://apollo-test" # ApolloClusterName: "default" # ApolloAppId: "dfdc_redbag" # restart: always # ports: # - "10862:10862" # - "11862:11862" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/dfdc/logs/normal_a:/dfdc/log # dfdc_redbag_3: # image: repo.rdvalidasi.com/indonesia/game/coin/dfdc:new0.2.4 # container_name: dfdc_redbag_3 # environment: # GROUPID: "3" # SERVERID: "10221301" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PROCONF: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # GAMEPORT: "10863" # HTTPPORT: "11863" # ApolloStart: "start" # ApolloAddr: "http://apollo-test" # ApolloClusterName: "default" # ApolloAppId: "dfdc_redbag" # restart: always # ports: # - "10863:10863" # - "11863:11863" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/dfdc/logs/normal_a:/dfdc/log