-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 define domain for service when deploying with docker-compose #3466
Comments
@oussamadouhou its missing due to this service not having any accessible https endpoint. its postgres you cant directly assign it a domain |
No, he is right. Something happened try this from official docs https://raw.githubusercontent.com/coollabsio/coolify/main/templates/compose/plausible.yaml to see the issue |
this is a multi service compose, you enter the domain from settings or yellow icon for each service that needs one see image ( the compose is missing one line so there is no domain auto generated) - SERVICE_FQDN_PLAUSIBLE |
tyty, docs should be updated for this |
@mrcloudbook theres no links if you dont define a domain, without seeing your compose i can't say why this is happening |
I got the solution Thanks |
@mrcloudbook Hi, can you share your solution? |
environment:
|
Error Message and Logs
When deploying an app from a public repository with a docker-compose in the root directory all configurations are loaded but the option for the domain is missing and not available.
Steps to Reproduce
Example Repository URL
https://github.com/hashicorp-forge/hermes
Coolify Version
V4.0.0-beta.338
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04
Additional Information
No response
The text was updated successfully, but these errors were encountered: