services: wolf: image: ghcr.io/games-on-whales/wolf:wolf-ui environment: - NVIDIA_DRIVER_CAPABILITIES=all - NVIDIA_VISIBLE_DEVICES=all volumes: - ./wolf2/:/etc/wolf - /var/run/docker.sock:/var/run/docker.sock:rw - /dev/:/dev/:rw - /run/udev:/run/udev:rw device_cgroup_rules: - 'c 13:* rmw' devices: - /dev/dri - /dev/uinput - /dev/uhid deploy: resources: reservations: devices: - driver: nvidia count: all capabilities: [gpu] network_mode: host runtime: nvidia restart: unless-stopped