Skip to content

Commit

Permalink
chore(backend): Add missing QBIT_BASE env to docker-compose (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsluph committed May 5, 2024
1 parent e406276 commit 8783a5f
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docker-compose.yml
@@ -1,4 +1,3 @@
version: '3.8'
services:
qbit:
image: linuxserver/qbittorrent:latest
Expand All @@ -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

0 comments on commit 8783a5f

Please sign in to comment.