🐛 Bug Report: Old executor network preventing reaching the openruntime-executor #6443
Closed
2 tasks done
Labels
bug
Something isn't working
👟 Reproduction steps
With a fresh install of Appwrite
1.4.4
the executor env variable is set to the old network.1.4.x
the runtimes network has changed fromappwrite_runtimes
toruntimes
._APP_EXECUTOR_RUNTIME_NETWORK
value remainappwrite_runtimes
Check this and this
👍 Expected behavior
One solution:
Fresh install
The
_APP_EXECUTOR_RUNTIME_NETWORK
value should beruntimes
Upgrade
The
_APP_EXECUTOR_RUNTIME_NETWORK
value value should be changed toruntimes
Other solution:
Rename the network to
appwrite_runtimes
or leave it without a name (which can cause problems) justruntimes
and let docker prefix it with thedocker-compose.yml
folder name.👎 Actual Behavior
The
_APP_EXECUTOR_RUNTIME_NETWORK
value is like the old network settings.🎲 Appwrite version
Version 1.4.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: