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