File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
- /var/run/tappd.sock:/var/run/tappd.sock
10
10
- tee:/app/packages/client-twitter/src/tweetcache
11
11
# docker will copy existing files into the new volumn
12
- - akash-data:/app/packages /packages/plugin-akash/src/
12
+ - akash-plugin- data:/app/packages/plugin-akash/src/
13
13
- tee:/app/db.sqlite
14
14
environment :
15
15
# FIXME: passing secrets via env is not best practice, use secrets
@@ -62,4 +62,4 @@ services:
62
62
restart : always
63
63
volumes :
64
64
tee :
65
- akash-data :
65
+ akash-plugin- data :
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ services:
16
16
curl
17
17
https://raw.githubusercontent.com/meta-introspector/cloud-deployment-eliza/refs/heads/feature/akash_docker/akash_boot.sh
18
18
| bash
19
+ params :
20
+ storage :
21
+ akash-data :
22
+ mount : /app/packages/plugin-akash/src/
23
+ readOnly : false
19
24
env :
20
25
- AKASH_ENV=mainnet
21
26
- AKASH_NET=https://raw.githubusercontent.com/ovrclk/net/master/mainnet
@@ -39,7 +44,7 @@ services:
39
44
- AKASH_GAS_DSEQ=19729929
40
45
- AKASH_MANIFEST_MODE=auto
41
46
- AKASH_MANIFEST_VALIDATION_LEVEL=strict
42
- # - AKASH_MANIFEST_PATH=
47
+ - AKASH_MANIFEST_PATH=
43
48
44
49
profiles :
45
50
compute :
@@ -51,6 +56,12 @@ profiles:
51
56
size : 2048Mi
52
57
storage :
53
58
- size : 30Gi
59
+ - name : akash-data
60
+ size : 100Gi
61
+ attributes :
62
+ persistent : true
63
+ class : beta2
64
+
54
65
placement :
55
66
dcloud :
56
67
pricing :
You can’t perform that action at this time.
0 commit comments