[Bug]: Autoinstall and Coolify fails to implement Focker #6786
-
Error Message and LogsIn Iran, or on Iranian servers, and a few other places, we need to use Focker.IR instead of Docker. I feel that it is sad that Coolify doesn't have a solution or script for that If someone can help, let me know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can already pass a custom registry url as an env variable to the installation script. Which it will then use to pull the Coolify images from. Line 12 in b4f2d8c You probably want to combine that with a custom compose file, to point the redis and postgres images to Focker.IR as well. Lines 67 to 72 in b4f2d8c |
Beta Was this translation helpful? Give feedback.
You can already pass a custom registry url as an env variable to the installation script. Which it will then use to pull the Coolify images from.
You obviously will need to manually build and push the coolify images to Focker.IR first. As currently coolify is not being pushed to that registry.
coolify/scripts/install.sh
Line 12 in b4f2d8c
You probably want to combine that with a custom compose file, to point the redis and postgres images to Focker.IR as well.
coolify/scripts/upgrade.sh
Lines 67 to 72 in b4f2d8c