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