File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ services :
2
+ anti-agent :
3
+ image : cardano-foundation/anti-agent:latest
4
+ secrets :
5
+ - agent-wallet
6
+ - secrets
7
+ environment :
8
+ - ANTI_MPFS_HOST=https://mpfs.plutimus.com
9
+ - ANTI_WALLET_FILE=/run/secrets/agent-wallet
10
+ - ANTI_TOKEN_ID=21c523c3b4565f1fc1ad7e54e82ca976f60997d8e7e9946826813fabf341069b
11
+ - ANTI_SECRETS_FILE=/run/secrets/secrets
12
+ - ANTI_WAIT=240
13
+ restart :
14
+ always
15
+ volumes :
16
+ - tmp:/tmp
17
+ secrets :
18
+ agent-wallet :
19
+ file : /secrets/anti-agent/agent.json # Path to a file containing the wallet
20
+ secrets :
21
+ file : /secrets/anti-agent/secrets.yaml # Path to a file containing the secrets
22
+
23
+ volumes :
24
+ tmp :
25
+
26
+ # ## Keys of the secrets.yaml file:
27
+ # agentEmail:
28
+ # agentEmailPassword:
29
+ # githubPAT:
You can’t perform that action at this time.
0 commit comments