ajout app
This commit is contained in:
0
Exatorrent/docker-compose-traefik.yml
Normal file
0
Exatorrent/docker-compose-traefik.yml
Normal file
10
Exatorrent/docker-compose.yml
Normal file
10
Exatorrent/docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
varbhat:
|
||||
image: 'ghcr.io/varbhat/exatorrent:latest'
|
||||
volumes:
|
||||
- '/srv/appdata/exatorrent:/exa/exadir'
|
||||
environment:
|
||||
ports:
|
||||
- '42069:42069'
|
||||
- '5000:5000'
|
2
Exatorrent/prepare.sh
Normal file
2
Exatorrent/prepare.sh
Normal file
@ -0,0 +1,2 @@
|
||||
mkdir -p exatorrent
|
||||
chmod 777 exatorrent
|
Reference in New Issue
Block a user