mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-24 04:28:15 +03:00
qbittorrent migrated to new format
This commit is contained in:
parent
36cf444588
commit
1a95d6990c
@ -1,4 +1,5 @@
|
|||||||
all: emgqb
|
all: app
|
||||||
emgqb:
|
|
||||||
docker build --compress -t epicmorg/qbittorrent:latest .
|
app:
|
||||||
docker push epicmorg/qbittorrent:latest
|
docker-compose build --compress
|
||||||
|
docker-compose push
|
||||||
|
18
linux/qbittorrent/latest/docker-compose.example.yml
Normal file
18
linux/qbittorrent/latest/docker-compose.example.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: '3.7'
|
||||||
|
services:
|
||||||
|
qbittorrent:
|
||||||
|
image: epicmorg/qbittorrent:latest
|
||||||
|
restart: always
|
||||||
|
container_name: qbittorrent
|
||||||
|
ports:
|
||||||
|
- "0.0.0.0:8282:8282"
|
||||||
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime
|
||||||
|
- /etc/timezone:/etc/timezone
|
||||||
|
- /etc/letsencrypt:/etc/letsencrypt
|
||||||
|
- /opt/qbittorrent/profiles:/opt/qbittorrent/profiles
|
||||||
|
tmpfs:
|
||||||
|
- /tmp
|
||||||
|
environment:
|
||||||
|
- QBT_PROFILE_NAME=docker
|
||||||
|
|
@ -1,18 +1,10 @@
|
|||||||
version: '3.7'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
qbittorrent:
|
app:
|
||||||
image: epicmorg/qbittorrent:latest
|
image: "epicmorg/qbittorrent:latest"
|
||||||
restart: always
|
build:
|
||||||
container_name: qbittorrent
|
context: .
|
||||||
ports:
|
app-unstable:
|
||||||
- "0.0.0.0:8282:8282"
|
image: "epicmorg/qbittorrent:unstable"
|
||||||
volumes:
|
build:
|
||||||
- /etc/localtime:/etc/localtime
|
context: .
|
||||||
- /etc/timezone:/etc/timezone
|
|
||||||
- /etc/letsencrypt:/etc/letsencrypt
|
|
||||||
- /opt/qbittorrent/profiles:/opt/qbittorrent/profiles
|
|
||||||
tmpfs:
|
|
||||||
- /tmp
|
|
||||||
environment:
|
|
||||||
- QBT_PROFILE_NAME=docker
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
all: emgqb
|
all: app
|
||||||
emgqb:
|
|
||||||
docker build --compress -t epicmorg/qbittorrent:stable .
|
app:
|
||||||
docker push epicmorg/qbittorrent:stable
|
docker-compose build --compress
|
||||||
|
docker-compose push
|
||||||
|
@ -1,18 +1,6 @@
|
|||||||
version: '3.7'
|
version: '3.9'
|
||||||
services:
|
services:
|
||||||
qbittorrent:
|
app:
|
||||||
image: epicmorg/qbittorrent:latest
|
image: "epicmorg/qbittorrent:stable"
|
||||||
restart: always
|
build:
|
||||||
container_name: qbittorrent
|
context: .
|
||||||
ports:
|
|
||||||
- "0.0.0.0:8282:8282"
|
|
||||||
volumes:
|
|
||||||
- /etc/localtime:/etc/localtime
|
|
||||||
- /etc/timezone:/etc/timezone
|
|
||||||
- /etc/letsencrypt:/etc/letsencrypt
|
|
||||||
- /opt/qbittorrent/profiles:/opt/qbittorrent/profiles
|
|
||||||
tmpfs:
|
|
||||||
- /tmp
|
|
||||||
environment:
|
|
||||||
- QBT_PROFILE_NAME=docker
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user