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