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