version: '3' services: fafafa_mgr: image: repo.rdvalidasi.com/indonesia/game/coin/fafafa:new0.0.31 container_name: fafafa_mgr environment: GROUPID: "0" SERVERID: "10141001" 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: "fafafa_new" restart: always ports: - "8010:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/fafafa/logs/fafafa_mgr:/fafafa/log