version: '2.1' services: web-backend: image: registry.cn-hangzhou.aliyuncs.com/xsjmath/xsj-website_web-backend # network_mode: host volumes: - /home/xsjweb/dv/website:/app/logs - /etc/localtime:/etc/localtime - /home/xsjweb/web_production_config.py:/app/production_config.py restart: always ports: - "5004:5002" web-frontend: image: registry.cn-hangzhou.aliyuncs.com/xsjmath/xsj-website_web-frontend ports: - "5003:2000" restart: always