version: '3' services: jinniu_manager: image: repo.rdvalidasi.com/indonesia/game/coin/jinniu:v0.0.1 container_name: jinniu_mgr environment: GROUPID: "0" SERVERID: "10391001" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "2" GAMEPORT: "0" HTTPPORT: "8055" ApolloStart: "start" ApolloAddr: "http://apollo-dev" ApolloClusterName: "default" ApolloAppId: "jinniu" restart: always ports: - "8055:8055" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts #- /usr/local/gitlab-runner/game/fafafa/conf:/fafafa/conf - /usr/local/gitlab-runner/game/jinniu/logs/mgr:/jinniu/log logging: driver: "json-file" options: max-size: "200m" # 切割之前日志的最大大小。可取值单位为(k,m,g) max-file: "10"