25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
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