version: '3' services: luckyfortune_mgr: image: repo.rdvalidasi.com/indonesia/game/luckyfortune-idn:v0-0-1 container_name: luckyfortune_mgr environment: GROUPID: "0" SERVERID: "10161001" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" LOGPATH: "log/" RUNTYPE: "2" GAMEPORT: "0" HTTPPORT: "8010" ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "luckyfortune" restart: always ports: - "8015:8015" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/luckyfortune/logs/luckyfortune_mgr:/luckyfortune/log