version: '3' services: backend: build: context: ./backend dockerfile: Dockerfile ports: - '8000:8000' restart: unless-stopped