tidy up
This commit is contained in:
parent
8b5b50f5f4
commit
8e71bb67af
1 changed files with 32 additions and 2 deletions
34
README.md
34
README.md
|
@ -246,8 +246,6 @@ HostName=qbittorrent
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
|
|
||||||
Network=container:gluetun
|
Network=container:gluetun
|
||||||
# qbittorrent
|
|
||||||
PublishPort=8080:8080
|
|
||||||
|
|
||||||
Volume=/volumes/qbittorrent/config:/config
|
Volume=/volumes/qbittorrent/config:/config
|
||||||
Volume=/volumes/qbittorrent/downloads:/downloads
|
Volume=/volumes/qbittorrent/downloads:/downloads
|
||||||
|
@ -291,6 +289,38 @@ Environment=QBT_ADDR=http://localhost:8080
|
||||||
Environment=GTN_ADDR=http://localhost:8000
|
Environment=GTN_ADDR=http://localhost:8000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### ~/.config/containers/systemd/seedboxapi.container
|
||||||
|
|
||||||
|
```ini
|
||||||
|
[Unit]
|
||||||
|
Description=Update qbittorrent session IP for tracker
|
||||||
|
After=qbittorrent.service
|
||||||
|
After=gluetun.service
|
||||||
|
BindsTo=gluetun.service
|
||||||
|
BindsTo=qbittorrent.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=on-failure
|
||||||
|
TimeoutStartSec=900
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
||||||
|
[Container]
|
||||||
|
Image=docker.io/myanonamouse/seedboxapi
|
||||||
|
ContainerName=seedboxapi
|
||||||
|
HostName=seedboxapi
|
||||||
|
AutoUpdate=registry
|
||||||
|
|
||||||
|
Network=container:gluetun
|
||||||
|
|
||||||
|
Volume=/volumes/seedboxapi/config:/config
|
||||||
|
|
||||||
|
Environment=DEBUG=1
|
||||||
|
Environment=mam_id=$mam_id
|
||||||
|
Environment=interval=1
|
||||||
|
```
|
||||||
|
|
||||||
### ~/.config/containers/systemd/caddy.container
|
### ~/.config/containers/systemd/caddy.container
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
|
Loading…
Add table
Reference in a new issue