mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: add OPR labels
This commit is contained in:
@@ -754,6 +754,8 @@ $image = $this->getParam('image', '');
|
||||
restart: unless-stopped
|
||||
stop_signal: SIGINT
|
||||
image: openruntimes/executor:0.5.9
|
||||
labels:
|
||||
openruntimes-image: 0.5.9
|
||||
networks:
|
||||
- appwrite
|
||||
- runtimes
|
||||
@@ -771,6 +773,7 @@ $image = $this->getParam('image', '');
|
||||
- OPR_EXECUTOR_DOCKER_HUB_USERNAME=$_APP_DOCKER_HUB_USERNAME
|
||||
- OPR_EXECUTOR_DOCKER_HUB_PASSWORD=$_APP_DOCKER_HUB_PASSWORD
|
||||
- OPR_EXECUTOR_ENV=$_APP_ENV
|
||||
- OPR_EXECUTOR_IMAGE=0.5.9
|
||||
- OPR_EXECUTOR_RUNTIMES=$_APP_FUNCTIONS_RUNTIMES
|
||||
- OPR_EXECUTOR_SECRET=$_APP_EXECUTOR_SECRET
|
||||
- OPR_EXECUTOR_LOGGING_PROVIDER=$_APP_LOGGING_PROVIDER
|
||||
|
||||
@@ -835,6 +835,8 @@ services:
|
||||
stop_signal: SIGINT
|
||||
image: openruntimes/executor:0.5.9
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
openruntimes-image: 0.5.9
|
||||
networks:
|
||||
- appwrite
|
||||
- runtimes
|
||||
@@ -852,6 +854,7 @@ services:
|
||||
- OPR_EXECUTOR_DOCKER_HUB_USERNAME=$_APP_DOCKER_HUB_USERNAME
|
||||
- OPR_EXECUTOR_DOCKER_HUB_PASSWORD=$_APP_DOCKER_HUB_PASSWORD
|
||||
- OPR_EXECUTOR_ENV=$_APP_ENV
|
||||
- OPR_EXECUTOR_IMAGE=0.5.9
|
||||
- OPR_EXECUTOR_RUNTIMES=$_APP_FUNCTIONS_RUNTIMES
|
||||
- OPR_EXECUTOR_SECRET=$_APP_EXECUTOR_SECRET
|
||||
- OPR_EXECUTOR_RUNTIME_VERSIONS=v2,v3
|
||||
|
||||
Reference in New Issue
Block a user