version: '3' services: dominoways_a_1: image: repo.rdvalidasi.com/indonesia/game/coin/dominoways:v0.0.9 container_name: dominoways_a_1 environment: GROUPID: "1" SERVERID: "10521101" STATICCONF: "conf/static/" DYNAMICCONF: "conf/dynamic/" PROCONF: "conf/pro/" LOGPATH: "log/" RUNTYPE: "1" APOLLO: "A" GAMEPORT: "8000" HTTPPORT: "8080" ApolloStart: "start" ApolloAddr: "http://apollo-uat" ApolloClusterName: "default" ApolloAppId: "dominoways" restart: always ports: - "10521:8000" - "11521:8080" volumes: - /etc/localtime:/etc/localtime - /etc/hosts:/etc/hosts - /usr/local/gitlab-runner/game/dominoways/logs/normal_a:/dominoways/log logging: driver: "json-file" options: max-size: "200m" # 切割之前日志的最大大小。可取值单位为(k,m,g) max-file: "10"