version: '3' services: nlud_a_1: image: repo.rdvalidasi.com/indonesia/game/coin/nlud:v0.0.6 container_name: nlud_a_1 environment: RUNTYPE: "1" ABSERVER: "a" GROUPID: "1" SERVERID: "2010_a_1_1" LISTEN: "0.0.0.0:8000" HTTPLISTEN: "0.0.0.0:8080" ApolloStart: "start" ApolloAddr: "http://apollo-test" ApolloClusterName: "default" ApolloAppId: "NLHD" restart: "always" ports: - "10601:8000" - "10611:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/nlud/log/normal_a:/nlud/log #logging: # - driver: "json-file" # - options: # max-size: "200m" # 切割之前日志的最大大小。可取值单位为(k,m,g) # max-file: "10" # nlud_a_2: # image: huoys/nlud-idn:v0-0-2 # container_name: nlud_a_2 # environment: # RUNTYPE: "1" # ABSERVER: "a" # GROUPID: "2" # SERVERID: "2010_a_2_1" # LISTEN: "0.0.0.0:8000" # HTTPLISTEN: "0.0.0.0:8080" # ApolloStart: "start" # ApolloAddr: "http://apollo-dev" # ApolloClusterName: "default" # ApolloAppId: "NLHD" # restart: "always" # ports: # - "10602:8000" # - "10612:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/nlud/log/normal_a:/nlud/log # nlud_a_3: # image: huoys/nlud-idn:v0-0-2 # container_name: nlud_a_3 # environment: # RUNTYPE: "1" # ABSERVER: "a" # GROUPID: "3" # SERVERID: "2010_a_3_1" # LISTEN: "0.0.0.0:8000" # HTTPLISTEN: "0.0.0.0:8080" # ApolloStart: "start" # ApolloAddr: "http://apollo-dev" # ApolloClusterName: "default" # ApolloAppId: "NLHD" # restart: "always" # ports: # - "10603:8000" # - "10613:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/nlud/log/normal_a:/nlud/log # nlud_a_4: # image: huoys/nlud-idn:v0-0-2 # container_name: nlud_a_4 # environment: # RUNTYPE: "1" # ABSERVER: "a" # GROUPID: "4" # SERVERID: “2010_a_4_1” # LISTEN: "0.0.0.0:8000" # HTTPLISTEN: "0.0.0.0:8080" # ApolloStart: "start" # ApolloAddr: "http://apollo-dev" # ApolloClusterName: "default" # ApolloAppId: "NLHD" # restart: "always" # ports: # - "10604:8000" # - "10614:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/nlud/log/normal_a:/nlud/log