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

Import existing docker images as projects #56

Closed
dmatora opened this issue May 6, 2024 · 6 comments
Closed

Import existing docker images as projects #56

dmatora opened this issue May 6, 2024 · 6 comments
Labels
question Further information is requested

Comments

@dmatora
Copy link

dmatora commented May 6, 2024

Not sure what would be proper title for this issue.
Initially I had glitchtip installed via docker and serving via nginix.

After bringing down ngninx and installing Coolify to serve on port 80 instead, I was still able to get glitchtip served by Traefik, by updating Traefik configuration according to Coolify docs (added environment configuration with cloud flare keys and added domain labels to glitchtip docker-compose.yml)

After I installed Dokploy, my glitchtip instance of Traefik refused to respect glitchtip docker-compose.yml domain labels, so I had to go back to Coolify

Dokploy uses traefik:v2.5
Coolify uses traefik:v2.10
Maybe that is an issue.

Anyway, besides supporting serving existing docker containers via dokploy-traefik having some sort of UI assisting in importing these into dokploy would be helpful and maybe significant advantage over Coolify

@Siumauricio
Copy link
Contributor

Hmm so you are running two traefik instances? the dokploy instance and the coolify?

@dmatora
Copy link
Author

dmatora commented May 14, 2024

No, I had to bring down coolify instances to try dokploy

@Siumauricio
Copy link
Contributor

Siumauricio commented May 14, 2024

so you are saying dokploy-traefik is not recognizing the labels you specified in your docker-compose?

@dmatora
Copy link
Author

dmatora commented May 15, 2024

Yes, when I run docker-compose up -d inside glitchtip docker-compose.yml folder

  • with dokploy-traefik running, my glitchtip domain returns 404
  • with coolify-traefik running, my glitchtip domain works

@Siumauricio
Copy link
Contributor

Got it.

I understand, I think this problem would come from traefik, from the panel you have to enable docker mode and swarm mode, and now traefik should recognize the labels

providers:
  docker:
    exposedByDefault: false

and make sure to pass this label to the glitchtip instance

  - "traefik.enable=true"

@Siumauricio Siumauricio added the question Further information is requested label May 18, 2024
@Siumauricio
Copy link
Contributor

#111 Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants