version: '3' services: yxx_b_1: image: repo.rdvalidasi.com/indonesia/game/coin/yxx:v1.0.6 container_name: yxx_b_1 restart: always environment: GROUPID: "1" SID: "3001_b_1_1" CHIPADDRESS: "0.0.0.0:8080" TCP: "0.0.0.0:8000" ports: - "20081:8000" - "21081:8080" volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime - /usr/local/gitlab-runner/game/yxx/normal_b/conf:/yxx/conf - /usr/local/gitlab-runner/game/yxx/logs/normal_b:/yxx/logs yxx_b_2: image: repo.rdvalidasi.com/indonesia/game/coin/yxx:v1.0.6 container_name: yxx_b_2 restart: always environment: GROUPID: "2" SID: "3001_b_2_1" CHIPADDRESS: "0.0.0.0:8080" TCP: "0.0.0.0:8000" ports: - "20082:8000" - "21082:8080" volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime - /usr/local/gitlab-runner/game/yxx/normal_b/conf:/yxx/conf - /usr/local/gitlab-runner/game/yxx/logs/normal_b:/yxx/logs yxx_b_3: image: "repo.rdvalidasi.com/indonesia/game/coin/yxx:v1.0.6" container_name: yxx_b_3 restart: always environment: GROUPID: "3" SID: "3001_b_3_1" CHIPADDRESS: "0.0.0.0:8080" TCP: "0.0.0.0:8000" ports: - "20083:8000" - "21083:8080" volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime - /usr/local/gitlab-runner/game/yxx/normal_b/conf:/yxx/conf - /usr/local/gitlab-runner/game/yxx/logs/normal_b:/yxx/logs yxx_b_4: image: repo.rdvalidasi.com/indonesia/game/coin/yxx:v1.0.6 container_name: yxx_b_4 restart: always environment: GROUPID: "4" SID: "3001_b_4_1" CHIPADDRESS: "0.0.0.0:8080" TCP: "0.0.0.0:8000" ports: - "20084:8000" - "21084:8080" volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime - /usr/local/gitlab-runner/game/yxx/normal_b/conf:/yxx/conf - /usr/local/gitlab-runner/game/yxx/logs/normal_b:/yxx/logs