version: '3'
services:
  bonustexas_mgr:
    container_name: bonustexas_mgr
    image: repo.rdvalidasi.com/indonesia/game/chess/bonustexas:v1-1-16
    ports:
      - '8057:8082'
      - '8058:8001'
    env_file:
      - ${PWD}/server.env
    environment:
      RunType: 2
      MGrpc: "0.0.0.0:8001"
      MHttp: "0.0.0.0:8082"
    volumes:
      - /etc/hosts:/etc/hosts
      - /usr/local/gitlab-runner/game/bonustexas/conf/env.toml:/opt/BonusTexas/conf/env.toml
      - /usr/local/gitlab-runner/game/bonustexas/logs/bonustexas_mgr:/opt/BonusTexas/logs
    restart: 'always'