Caddy issue
So I have run the self-hosting script on my Linux (Fedora 39) machine, but I cannot access the web-interface that Caddy should be providing. Everything seems to run fine, I haven't tweaked any of the baseline files, but I can get it to work. It seems that the Caddy process gets stuck in a loop where it just won't start correctly.
docker ps
shows a constant restarting
message.
Any ideas on what might be going wrong, or what I can do to get it to work properly?23 Replies
what are the logs of the caddy container?
how do I show those?
docker logs <container id>
permission denied, even with
sudo
I would ask on the caddy or fedora help channels, This seem unrelated to windmill itself
Does the caddyfile exist ? What are its permissions ?
ok, are those part of this discord, or do you suggest a dedicated discord server?
I don't know on the top of my head unfortunately
windmill also appears to be stuck in a restart loop
I think your docker setup has issues
what are the logs of windmill?
Did you install docker from snap? If so, it's known to be buggy and unreliable.
No, docker either comes by default or installed via
sudo
on Fedora.
sudo dnf install docker
did you install windmill a while ago ?
maybe?
cause that error would only happen if you had done the first migration about a month ago
When I ran that command again this afternoon, it pulled the latest images, I think.
do you have anything on that instance ?
if not, clear the postgresql volumes
It does look like I have some old windmill instances in there
Should the instance run without ANY changes whatsoever to the config files? Or must I make some sort of BASE_URL change or ADDRESS change?