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