選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

17 行
281 B

  1. version: '2'
  2. services:
  3. backend:
  4. restart: always
  5. volumes:
  6. - backend:/backend
  7. command: /usr/bin/supervisord
  8. frontend:
  9. restart: always
  10. volumes:
  11. - frontend:/frontend
  12. command: npm start
  13. nginx:
  14. restart: always
  15. volumes:
  16. backend:
  17. frontend: