version: '3'
services:
  caishenwins_mgr:
    image: repo.rdvalidasi.com/oversea/game/coin/caishenwins:v0.0.1
    container_name: caishenwins_mgr
    environment:
      GROUPID: "0"
      SERVERID: "10291001"
      STATICCONF: "conf/static/"
      DYNAMICCONF: "conf/dynamic/"
      PROCONF: "conf/pro/"
      LOGPATH: "log/"
      RUNTYPE: "2"
      GAMEPORT: "0"
      HTTPPORT: "8044"
      ApolloStart: "start"
      ApolloAddr: "http://apollo-uat"
      ApolloClusterName: "default"
      ApolloAppId: "caishenwins"
    restart: always
    ports:
      - "8044:8044"
    volumes:
      - /etc/localtime:/etc/localtime
      - /etc/hosts:/etc/hosts
      - /usr/local/gitlab-runner/game/caishenwins/logs/mgr:/caishenwins/log
    logging:
      driver: "json-file"
      options:
        max-size: "200m"
        max-file: "10"