version: "3" services: domino-mgr: image: repo.rdvalidasi.com/indonesia/game/chess/dominoes:v1-4-8 container_name: domino-mgr environment: - ApolloStart=start - ApolloAddr=http://apollo-uat - ApolloClusterName=default - ApolloAppId=dominoes - LogFileOutPut=1 restart: always ports: - 19909:80 - 8008:81 command: ./dominoes -runType 2 -groupId 10 -serverId 1 -grpcListen 0.0.0.0:80 -httpListen 0.0.0.0:81 volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime:ro - /usr/local/gitlab-runner/game/domino/logs/domino-manager:/opt/dominoes/log - /usr/local/gitlab-runner/game/domino/conf/env.txt:/opt/dominoes/conf/env.txt