version: "3" services: maketemplate.web: image: ${REGISTRY:-harbor.w.23544.com:8843}/marking/maketemplate.web:${TAG:-latest} hostname: marking environment: TZ: Asia/Shanghai ports: - 8898:80 deploy: mode: replicated replicas: ${REPLICAS:-1}