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