Skip to content

Instantly share code, notes, and snippets.

@mraxxi
Created March 13, 2022 19:35
Show Gist options
  • Save mraxxi/696ce5fa9eb16cbf2e8710585fd83bca to your computer and use it in GitHub Desktop.
Save mraxxi/696ce5fa9eb16cbf2e8710585fd83bca to your computer and use it in GitHub Desktop.
---
version: "2.0"
services:
qbittorrent:
image: ghcr.io/spacepotahto/qbittorrent:1.0.0
expose:
- port: 8080
as: 80
to:
- global: true
- port: 6881
as: 6881
to:
- global: true
- port: 5000
as: 5000
to:
- global: true
profiles:
compute:
qbittorrent:
resources:
cpu:
units: 1.0
memory:
size: 1Gi
storage:
# Specify [<Expected Total Files Download Size> + 1]Gi
size: 2Gi
attributes:
persistent: true
class: beta2
placement:
akash:
attributes:
host: akash
pricing:
qbittorrent:
denom: uakt
amount: 100.1
deployment:
qbittorrent:
akash:
profile: qbittorrent
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment