version: '3' services: dfdc_redbag_mgr: image: repo.rdvalidasi.com/indonesia/game/coin/dfdc:new0.1.1 container_name: dfdc_redbag_mgr environment: GROUPID: "0" SERVERID: "10221001" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "2" APOLLO: "A" GAMEPORT: "0" HTTPPORT: "8080" ApolloStart: "start" ApolloAddr: "http://apollo-test" ApolloClusterName: "default" ApolloAppId: "dfdc_redbag" restart: always ports: - "8036:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/dfdc_redbag/log:/dfdc_redbag/log