選択できるのは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