mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-23 20:18:13 +03:00
qbittorrent migrated to new format
This commit is contained in:
parent
36cf444588
commit
1a95d6990c
@ -1,4 +1,5 @@
|
||||
all: emgqb
|
||||
emgqb:
|
||||
docker build --compress -t epicmorg/qbittorrent:latest .
|
||||
docker push epicmorg/qbittorrent:latest
|
||||
all: app
|
||||
|
||||
app:
|
||||
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:
|
||||
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
|
||||
|
||||
app:
|
||||
image: "epicmorg/qbittorrent:latest"
|
||||
build:
|
||||
context: .
|
||||
app-unstable:
|
||||
image: "epicmorg/qbittorrent:unstable"
|
||||
build:
|
||||
context: .
|
||||
|
@ -1,4 +1,5 @@
|
||||
all: emgqb
|
||||
emgqb:
|
||||
docker build --compress -t epicmorg/qbittorrent:stable .
|
||||
docker push epicmorg/qbittorrent:stable
|
||||
all: app
|
||||
|
||||
app:
|
||||
docker-compose build --compress
|
||||
docker-compose push
|
||||
|
@ -1,18 +1,6 @@
|
||||
version: '3.7'
|
||||
version: '3.9'
|
||||
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
|
||||
|
||||
app:
|
||||
image: "epicmorg/qbittorrent:stable"
|
||||
build:
|
||||
context: .
|
||||
|
Loading…
x
Reference in New Issue
Block a user