version: '3.7' services: cloud-gateway: 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=prod central-value: image: ccr.ccs.tencentyun.com/atmob_central/central-value:latest container_name: central-value restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=prod central-user: image: ccr.ccs.tencentyun.com/atmob_central/central-user:latest container_name: central-user restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=prod central-security: image: ccr.ccs.tencentyun.com/atmob_central/central-security:latest container_name: central-security restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=prod central-pay: 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=prod central-conf: image: ccr.ccs.tencentyun.com/atmob_central/central-conf:latest container_name: central-conf restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=prod central-auth: 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=prod central-admin: image: ccr.ccs.tencentyun.com/atmob_central/central-admin:latest container_name: central-admin restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=prod central-statistics: image: ccr.ccs.tencentyun.com/atmob_central/central-statistics:latest container_name: central-statistics restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=prod project-charge: image: ccr.ccs.tencentyun.com/atmob_central/project-charge:latest container_name: project-charge restart: unless-stopped deploy: resources: limits: memory: 1024M environment: - active=prod project-playlet: image: ccr.ccs.tencentyun.com/atmob_central/project-playlet:latest container_name: project-playlet restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=prod project-recover: image: ccr.ccs.tencentyun.com/atmob_central/project-recover:latest container_name: project-recover restart: unless-stopped deploy: resources: limits: memory: 512M environment: - active=prod networks: default: external: true name: consul