-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
54 lines (51 loc) · 1.35 KB
/
docker-compose.yml
File metadata and controls
54 lines (51 loc) · 1.35 KB
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
44
45
46
47
48
49
50
51
52
53
54
# Docker Compose file for the t3rn executor service
# Documentation: https://docs.t3rn.io/executor/executor-overview
services:
executor:
# Pin version of the executor image to a specific version, instead of using 'latest'
image: ghcr.io/t3rn/executor:latest
platform: linux/amd64
env_file: ".envrc"
# env_file: ".envrc.local"
# environment:
# Override RPC endpoints for the executor if not using the default ones
# RPC_ENDPOINTS= >
# {
# "l0rn": [],
# "l1rn": [],
# "l2rn": [],
# "l3rn": [],
# "zero": [],
# "t0rn": [],
# "t1rn": [],
# "t2rn": [],
# "t3rn": [],
# "arbm": [],
# "arbt": [],
# "basm": [],
# "bast": [],
# "bsct": [],
# "bscm": [],
# "ethm": [],
# "sept": [],
# "linm": [],
# "lint": [],
# "optm": [],
# "opst": [],
# "absm": [],
# "monm": [],
# "mont": [],
# "abst": [],
# "berm": [],
# "bert": [],
# "lskm": [],
# "lskt": [],
# "ctim": [],
# "ctit": [],
# "unim": [],
# "unit": [],
# "blsm": [],
# "blst": [],
# "scrm": [],
# "scrt": []
# }