Open m88youngling opened 5 months ago
In this case I think the problem is that you're just trying to run the docker-compose file by itself, which won't work as the docker-compose file doesn't reference our prebuilt images, this can be fixed on your end by using the compose file in the lighthouse sources as opposed to by itself.
However the docker compose file by default should probably reference the ghcr images.
Yes, Slendy suggested that I do something along those lines. I have a corrected docker-compose.yml on my fork. I think I can make a pull request with it
I think I can make a pull request with it
Sounds like a plan
Describe the problem Attempting to use the docker-compose.yml file results in the following error,
To Reproduce (if applicable) Steps to reproduce the behavior:
sudo docker-compose up -d
in the same directory as the file.Expected behavior The API should be available and should download and install.
Resolving this issue will make it easier for others to run their own Project Lighthouse instance with docker-compose.