version: '3.5'
services:

  web:
    container_name: web
    image: 'registry.cn-hangzhou.aliyuncs.com/xiaoliebian/web:2021.0.1-TEST'
    restart: always
    logging:
      driver: "json-file"
      options:
        max-size: "100m"
    build:
      context: ./
