Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Cannot install coolify #1745

Closed
supermx1 opened this issue Feb 15, 2024 · 5 comments
Closed

[Bug]: Cannot install coolify #1745

supermx1 opened this issue Feb 15, 2024 · 5 comments

Comments

@supermx1
Copy link

Description

I get an error when using the auto installer on Ubuntu/Debian on Hetzner. I tried on both AMD and ARM servers.

image

Minimal Reproduction (if possible, example repository)

Install using the auto installer on Hetzner

Exception or Error

No response

Version

Latest

@ewertonls
Copy link

ewertonls commented Feb 15, 2024

I also got this error today, it seems that the ${LATEST_IMAGE:latest} isn't a valid interpolation. You can modify the docker-compose.prod.yml though:

  1. go to /data/coolify/source
  2. replace the ${LATEST_IMAGE:latest} in services.coolify.image to latest: "ghcr.io/coollabsio/coolify${LATEST_IMAGE:latest}" -> "ghcr.io/coollabsio/coolify:latest"
  3. now you can deploy coolify with:
docker compose --env-file /data/coolify/source/.env -f /data/coolify/source/docker-compose.yml -f /data/coolify/source/docker-compose.prod.yml up -d --pull always --remove-orphans --force-recreate

edit: make sure that the .env in /data/coolify/source has all the environment vars filled in

@supermx1
Copy link
Author

Will try it now

@supermx1
Copy link
Author

Will try it now

@supermx1 supermx1 reopened this Feb 15, 2024
@codesalatdev
Copy link

Caused by 39ecff9#diff-4563fbe997bbf18c3b38ad79c596c57c3ad88361f1dccb8c4f39b429382c06d3L4 which removed a hyphen necessary for default value substitution.

@andrasbacsai
Copy link
Member

Fixed! Sorry about it!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants