You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ services:
59
59
- OPR_EXECUTOR_LOGGING_CONFIG
60
60
- OPR_EXECUTOR_DOCKER_HUB_USERNAME
61
61
- OPR_EXECUTOR_DOCKER_HUB_PASSWORD
62
+
- OPR_EXECUTOR_RUNTIME_VERSIONS
62
63
63
64
networks:
64
65
openruntimes-runtimes:
@@ -85,6 +86,7 @@ OPR_EXECUTOR_LOGGING_PROVIDER=
85
86
OPR_EXECUTOR_LOGGING_CONFIG=
86
87
OPR_EXECUTOR_DOCKER_HUB_USERNAME=
87
88
OPR_EXECUTOR_DOCKER_HUB_PASSWORD=
89
+
OPR_EXECUTOR_RUNTIME_VERSIONS=v3
88
90
```
89
91
90
92
> `OPR_EXECUTOR_CONNECTION_STORAGE` takes a DSN string that represents a connection to your storage device. If you would like to use your local filesystem, you can use `file://localhost`. If using S3 or any other provider for storage, use a DSN of the following format `s3://access_key:access_secret@host:port/bucket_name?region=us-east-1`
0 commit comments