forked from aurbach55/packetcrypt_rs_SNcomp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.yml
43 lines (41 loc) · 1.28 KB
/
deploy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
version: "2.0"
services:
miner:
image: sjjn/sncompdocker:sncompv0173
env:
# - HTTP_PROXY=http://username:password@PROXYURLORIP:3128 # only uncomment if you need it.. you know what for (:
# - HTTPS_PROXY=http://username:password@PROXYURLORIP:3128 # if you want to use a proxy, uncomment both these lines (:
- WALLET_ADDR=pkt1qf5cs3kn484j9zw8qf8tm4h2pqnkq9l2rsv2zmp # edit if you don't want to be my sugadaddy ;)
- POOL1=http://pool.pkt.world
- POOL2=http://pool.pktpool.io
- POOL3=http://pool.pkteer.com
- POOL4=http://pool.pktco.in
- POOL5=http://pool.k1m3r4.com # if you don't want to use this many pools, remove the entire line "- POOLx=http://"
- LOGRATES=1 # set to 0 to log all errors as normal, leave on 1 to only show rates
- THREADS=8 # would advise to leave 2 below total count on Akash deployment / try to find the sweetspot
expose:
- port: 3000
as: 80
to:
- global: true
profiles:
compute:
miner:
resources:
cpu:
units: 10
memory:
size: 1Gi
storage:
size: 1Gi
placement:
miner:
pricing:
miner:
denom: uakt
amount: 1000
deployment:
miner:
miner:
profile: miner
count: 1