version: "3.1" services: backend: build: backend restart: always ports: - "3000:3000" frontend: build: frontend restart: always ports: - "4000:80"