version: '3' services: caishenwins_a_1: image: repo.rdvalidasi.com/indonesia/game/coin/caishenwins:v0.0.9 container_name: caishenwins_a_1 environment: GROUPID: "1" SERVERID: "10291101" 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: "caishenwins" restart: always ports: - "19001:8000" - "19005:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/caishenwins/logs/normal_a:/caishenwins/log logging: driver: "json-file" options: max-size: "200m" max-file: "10" # caishenwins_a_2: # image: repo.rdvalidasi.com/indonesia/game/coin/caishenwins:v0.0.4 # container_name: caishenwins_a_2 # environment: # GROUPID: "2" # SERVERID: "10291201" # 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: "caishenwins" # restart: always # ports: # - "19002:8000" # - "19006:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/caishenwins/logs/normal_a:/caishenwins/log # logging: # driver: "json-file" # options: # max-size: "200m" # max-file: "10" # # caishenwins_a_3: # image: repo.rdvalidasi.com/indonesia/game/coin/caishenwins:v0.0.4 # container_name: caishenwins_a_3 # environment: # GROUPID: "3" # SERVERID: "10291301" # 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: "caishenwins" # restart: always # ports: # - "19003:8000" # - "19007:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/caishenwins/logs/normal_a:/caishenwins/log # logging: # driver: "json-file" # options: # max-size: "200m" # max-file: "10"