version: '3.7' services: cloud-gateway: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/cloud-gateway:latest container_name: cloud-gateway restart: unless-stopped deploy: resources: limits: memory: 512M ports: - "8880:8880" environment: - active=test central-value: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/central-value:latest container_name: central-value restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test central-user: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/central-user:latest container_name: central-user restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test central-security: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/central-security:latest container_name: central-security restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test central-pay: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/central-pay:latest container_name: central-pay restart: unless-stopped deploy: resources: limits: memory: 512M volumes: - ./cert:/cert environment: - active=test central-conf: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/central-conf:latest container_name: central-conf restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test central-auth: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/central-auth:latest container_name: central-auth restart: unless-stopped deploy: resources: limits: memory: 512M volumes: - ./cert:/cert environment: - active=test central-admin: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/central-admin:latest container_name: central-admin restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test central-statistics: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/central-statistics:latest container_name: central-statistics restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test project-charge: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/project-charge:latest container_name: project-charge restart: unless-stopped deploy: resources: limits: memory: 1024M environment: - active=test project-playlet: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/project-playlet:latest container_name: project-playlet restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test project-recover: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/project-recover:latest container_name: project-recover restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test project-warn: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/project-warn:latest container_name: project-warn restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test project-wash: platform: linux/amd64 image: ccr.ccs.tencentyun.com/atmob_central/project-wash:latest container_name: project-wash restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=test networks: default: external: true name: consul