version: "3" services: texas_sng_a_21: image: repo.rdvalidasi.com/indonesia/game/chess/texaspoker:v1-1-24 container_name: texas_sng_a_21 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=texaspoker - LogFileOutPut=1 restart: always ports: - 15501:8000 - 15511:8001 command: ./texaspoker -runType 4 -groupId 21 -serverId a_21 volumes: - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/texas/logs/sng_a/texas_sng_a_21:/opt/texaspoker/log logging: driver: "json-file" options: max-size: "200m" max-file: "10" texas_sng_a_22: image: repo.rdvalidasi.com/indonesia/game/chess/texaspoker:v1-1-24 container_name: texas_sng_a_22 environment: - ApolloStart=start - ApolloAddr=http://apollo-test - ApolloClusterName=default - ApolloAppId=texaspoker - LogFileOutPut=1 restart: always ports: - 15502:8000 - 15512:8001 command: ./texaspoker -runType 4 -groupId 22 -serverId a_22 volumes: - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/texas/logs/sng_a/texas_sng_a_22:/opt/texaspoker/log logging: driver: "json-file" options: max-size: "200m" max-file: "10"