version: '3.8' services: camera_server: build: . ports: - "8000:8000" restart: unless-stopped volumes: - ./static:/app/static - ./templates:/app/templates environment: - PYTHONUNBUFFERED=1