version: '3' services: bandito_a_1: image: repo.rdvalidasi.com/indonesia/game/coin/bandito:v0.0.9 container_name: bandito_a_1 environment: ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "bandito" command: ./bandito -gid 1 -sid "10491101" -lf "log/" -runType 1 -gamePort 8000 -httpPort 8080 restart: always ports: - "18261:8000" - "18265:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/bandito/logs/normal_a:/bandito/log logging: driver: "json-file" options: max-size: "200m" # 切割之前日志的最大大小。可取值单位为(k,m,g) max-file: "10"