您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

13 行
194 B

  1. version: "3"
  2. services:
  3. backend:
  4. restart: "no"
  5. build: ./backend
  6. frontend:
  7. restart: "no"
  8. build:
  9. context: ./frontend
  10. webserver:
  11. restart: "no"
  12. build: ./webserver