version: '3.7' services: gms-front: image: linear-repo-registry-vpc.cn-shanghai.cr.aliyuncs.com/platform/dream-hd:release privileged: true cap_add: - ALL restart: always container_name: dream-hd resources: limits: cpus: "0.30" expose: - 80 ports: - 3001:80 environment: - TZ=Asia/Shanghai