version: "3" services: texas_mgr: image: repo.rdvalidasi.com/indonesia/game/chess/texaspoker:v1-1-24 container_name: texas_mgr environment: - ApolloStart=start - ApolloAddr=http://apollo-test/ - ApolloClusterName=default - ApolloAppId=texaspoker - LogFileOutPut=1 restart: always ports: - 8022:8001 - 8023:8002 command: ./texaspoker -runType 2 volumes: - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/texas/logs/texas_mgr:/opt/texaspoker/log logging: driver: "json-file" options: max-size: "200m" max-file: "10"