version: '3'
services:

  manager:
    image: repo.rdvalidasi.com/indonesia/game/coin/roma:new0.0.10
    container_name: roma_mgr
    environment:
      GROUPID: "0"
      SERVERID: "10101001"
      STATICCONF: "conf/static/"
      DYNAMICCONF: "conf/dynamic/"
      PROCONF: "conf/pro/"
      LOGPATH: "log/"
      RUNTYPE: "2"
      GAMEPORT: "0"
      HTTPPORT: "8014"
      Apollo: "A"
      ApolloStart: "start"
      ApolloAddr: "http://apollo-uat"
      ApolloClusterName: "default"
      ApolloAppId: "roma_new"
    restart: always
    ports:
      - "8014:8014"
    volumes:
      - /etc/localtime:/etc/localtime
      - /etc/hosts:/etc/hosts
      - /usr/local/gitlab-runner/game/roma/logs/roma-mgr:/roma/log