version: '3' services: superace_mgr: image: repo.rdvalidasi.com/malaysia/game/coin/superace:v0.0.1 container_name: superace_mgr environment: GROUPID: "0" SERVERID: "10471001" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "2" GAMEPORT: "0" HTTPPORT: "8010" ApolloStart: "start" ApolloAddr: "http://apollo-pro" ApolloClusterName: "default" ApolloAppId: "superace" restart: always ports: - "8068:8068" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/superace/log/mgr:/superace/log