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