Skip to content
Discussion options

You must be logged in to vote

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.

## REGISTRY_URL - Custom registry URL for Docker images (default: ghcr.io)

You probably want to combine that with a custom compose file, to point the redis and postgres images to Focker.IR as well.

if [ -f /data/coolify/source/docker-compose.custom.yml ]; then
echo "d…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rootacc3ss
Comment options

Answer selected by rootacc3ss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6780 on October 06, 2025 19:47.