diff --git a/docker-compose.yml b/docker-compose.yml index ebd0789846..9f10632c0d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3.8' services: qbit: image: linuxserver/qbittorrent:latest @@ -17,11 +16,14 @@ services: - '8080:8080' restart: unless-stopped - backend: - image: ghcr.io/vuetorrent/vuetorrent-backend:latest - container_name: vuetorrent-backend - restart: unless-stopped - ports: - - '8081:3000' - volumes: - - ./docker/backend:/app/data +# Backend is optional, see the repo for more information +# backend: +# image: ghcr.io/vuetorrent/vuetorrent-backend:latest +# container_name: vuetorrent-backend +# restart: unless-stopped +# environment: +# - "QBIT_BASE=http://internal.host.docker:8080/" +# ports: +# - '8081:3000' +# volumes: +# - ./docker/backend:/app/data