version: '3.9'
services:
frontend:
restart: unless-stopped
build: frontend
backend:
build: backend
ports:
- 80:80