You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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