services: app: build: context: . dockerfile: backend/Dockerfile ports: - "3000:3000" restart: unless-stopped environment: - PORT=3000