version: '3' services: dfdc_normal_a_1: image: repo.rdvalidasi.com/indonesia/game/coin/dfdc:new0.4.3 container_name: dfdc_normal_a_1 environment: ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "dfdf_new" command: ./dfdc -gid 1 -sid "10091101" -lf "log/" -runType 1 -gamePort 8000 -httpPort 8080 restart: always ports: - "10801:8000" - "11801:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/dfdc/logs/normal_a:/dfdc/log # - /usr/local/gitlab-runner/game/dfdc/normal_a/server.toml:/dfdc/conf/static/server.toml # dfdc_normal_a_2: # image: repo.rdvalidasi.com/indonesia/game/coin/dfdc:new0.4.3 # container_name: dfdc_normal_a_2 # environment: # ApolloStart: "start" # ApolloAddr: "http://apollo-uat" # ApolloClusterName: "default" # ApolloAppId: "dfdf_new" # command: ./dfdc -gid 2 -sid "10091201" -lf "log/" -runType 1 -gamePort 8000 -httpPort 8080 # restart: always # ports: # - "10802:8000" # - "11802:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/dfdc/logs/normal_a:/dfdc/log # - /usr/local/gitlab-runner/game/dfdc/normal_a/server.toml:/dfdc/conf/static/server.toml # # dfdc_normal_a_3: # image: repo.rdvalidasi.com/indonesia/game/coin/dfdc:new0.4.3 # container_name: dfdc_normal_a_3 # environment: # ApolloStart: "start" # ApolloAddr: "http://apollo-uat" # ApolloClusterName: "default" # ApolloAppId: "dfdf_new" # command: ./dfdc -gid 3 -sid "10091301" -lf "log/" -runType 1 -gamePort 8000 -httpPort 8080 # restart: always # ports: # - "10803:8000" # - "11803:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/dfdc/logs/normal_a:/dfdc/log # - /usr/local/gitlab-runner/game/dfdc/normal_a/server.toml:/dfdc/conf/static/server.toml # # dfdc_normal_a_4: # image: repo.rdvalidasi.com/indonesia/game/coin/dfdc:new0.4.3 # container_name: dfdc_normal_a_4 # environment: # ApolloStart: "start" # ApolloAddr: "http://apollo-uat" # ApolloClusterName: "default" # ApolloAppId: "dfdf_new" # command: ./dfdc -gid 4 -sid "10091401" -lf "log/" -runType 1 -gamePort 8000 -httpPort 8080 # restart: always # ports: # - "10804:8000" # - "11804:8080" # volumes: # - /etc/localtime:/etc/localtime # - /etc/hosts:/etc/hosts # - /usr/local/gitlab-runner/game/dfdc/logs/normal_a:/dfdc/log # - /usr/local/gitlab-runner/game/dfdc/normal_a/server.toml:/dfdc/conf/static/server.toml