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