services: webcam-sim: build: . container_name: fake-webcam-stream restart: unless-stopped ports: - "3301:80" volumes: - ./app:/app:ro deploy: resources: limits: cpus: '1.0' memory: 512M