services: backend: build: . ports: - "8000:8000" volumes: - .:/app/db restart: unless-stopped environment: - PYTHONUNBUFFERED=1