version: '3' services: yxx_1: image: repo.rdvalidasi.com/indonesia/game/coin/yxx:v1.0.6 container_name: yxx_1 environment: GROUPID: "1" SID: "3001_a_1_1" CHIPADDRESS: "0.0.0.0:11081" TCP: "0.0.0.0:10081" ports: - "10081:10081" - "11081:11082" volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime - /usr/local/gitlab-runner/game/yxx/normal_a/conf:/yxx/conf - /usr/local/gitlab-runner/game/yxx/logs:/yxx/logs yxx_2: image: repo.rdvalidasi.com/indonesia/game/coin/yxx:v1.0.6 container_name: yxx_2 environment: GROUPID: "2" SID: "3001_a_2_1" CHIPADDRESS: "0.0.0.0:11082" TCP: "0.0.0.0:10082" ports: - "10082:10082" - "11082:11082" volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime - /usr/local/gitlab-runner/game/yxx/normal_a/conf:/yxx/conf - /usr/local/gitlab-runner/game/yxx/logs:/yxx/logs yxx_3: image: repo.rdvalidasi.com/indonesia/game/coin/yxx:v1.0.6 container_name: yxx_3 environment: GROUPID: "3" SID: "3001_a_3_1" CHIPADDRESS: "0.0.0.0:11083" TCP: "0.0.0.0:10083" ports: - "10083:10083" - "11083:11083" volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime - /usr/local/gitlab-runner/game/yxx/normal_a/conf:/yxx/conf - /usr/local/gitlab-runner/game/yxx/logs:/yxx/logs yxx_4: image: repo.rdvalidasi.com/indonesia/game/coin/yxx:v1.0.6 container_name: yxx_4 environment: GROUPID: "4" SID: "3001_a_4_1" CHIPADDRESS: "0.0.0.0:11084" TCP: "0.0.0.0:10084" ports: - "10084:10084" - "11084:11084" volumes: - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime - /usr/local/gitlab-runner/game/yxx/normal_a/conf:/yxx/conf - /usr/local/gitlab-runner/game/yxx/logs:/yxx/logs