version: '3' services: zeus_mgr: image: repo.rdvalidasi.com/indonesia/game/coin/zeus:latest container_name: zeus_mgr environment: GROUPID: "0" SERVERID: "10461001" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "2" APOLLO: "A" GAMEPORT: "0" HTTPPORT: "8056" ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "zeus" restart: always ports: - "8056:8056" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/zeus/logs/mgr:/zeus/log