version: '3' services: luckyneko_a_1: image: repo.rdvalidasi.com/indonesia/game/coin/luckyneko:v2.0.9 container_name: luckyneko_a_1 environment: GROUPID: "1" SERVERID: "10241101" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "1" APOLLO: "B" GAMEPORT: "8000" HTTPPORT: "8080" ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "luckyneko" restart: always ports: - "16951:8000" - "16955:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/luckyneko/logs/normal_a:/luckyneko/log logging: driver: "json-file" options: max-size: "200m" # 切割之前日志的最大大小。可取值单位为(k,m,g) max-file: "10" # luckyneko_a_2: # image: repo.rdvalidasi.com/indonesia/game/coin/luckyneko:v2.0.1 # container_name: luckyneko_a_2 # environment: # GROUPID: "2" # SERVERID: "10241201" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PROCONF: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # APOLLO: "B" # GAMEPORT: "8000" # HTTPPORT: "8080" # ApolloStart: "start" # ApolloAddr: "http://apollo-uat" # ApolloClusterName: "default" # ApolloAppId: "luckyneko" # restart: always # ports: # - "16952:8000" # - "16956:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/luckyneko/logs/normal_a:/luckyneko/log # logging: # driver: "json-file" # options: # max-size: "200m" # 切割之前日志的最大大小。可取值单位为(k,m,g) # max-file: "10" # # # luckyneko_a_3: # image: repo.rdvalidasi.com/indonesia/game/coin/luckyneko:v2.0.1 # container_name: luckyneko_a_3 # environment: # GROUPID: "3" # SERVERID: "10241301" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PROCONF: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # APOLLO: "B" # GAMEPORT: "8000" # HTTPPORT: "8080" # ApolloStart: "start" # ApolloAddr: "http://apollo-uat" # ApolloClusterName: "default" # ApolloAppId: "luckyneko" # restart: always # ports: # - "16953:8000" # - "16957:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/luckyneko/logs/normal_a:/luckyneko/log # logging: # driver: "json-file" # options: # max-size: "200m" # 切割之前日志的最大大小。可取值单位为(k,m,g) # max-file: "10" # # # luckyneko_a_4: # image: repo.rdvalidasi.com/indonesia/game/coin/luckyneko:v2.0.1 # container_name: luckyneko_a_4 # environment: # GROUPID: "4" # SERVERID: "10241401" # STATICCONF: "conf/static/" # DYNAMICCONF: "conf/dynamic/" # PROCONF: "conf/pro/" # LOGPATH: "log/" # RUNTYPE: "1" # APOLLO: "B" # GAMEPORT: "8000" # HTTPPORT: "8080" # ApolloStart: "start" # ApolloAddr: "http://apollo-uat" # ApolloClusterName: "default" # ApolloAppId: "luckyneko" # restart: always # ports: # - "16954:8000" # - "16958:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/luckyneko/logs/normal_a:/luckyneko/log # logging: # driver: "json-file" # options: # max-size: "200m" # 切割之前日志的最大大小。可取值单位为(k,m,g) # max-file: "10"