version: "2.3"
services:
redis:
image: redis:alpine
backend:
build:
context: ./backend
ports:
- "3001:3001"
frontend:
context: ./frontend