|
|
|
|
|
by kunwon1
1079 days ago
|
|
Sure I can. But it's not always that simple. Let's look at the repository for the software discussed in this thread [1] I see one dockerfile and 7 docker compose files (.yml) The dockerfile does not apparently do anything useful. I'd be amazed if running that dockerfile by itself produced anything useful Now, I don't know very much about docker compose, but I learned a bit of it in order to get this software running on my server. If I worked at it, I could almost certainly get a working install of PhotoPrism without using Docker, but it would be annoying work, and I wouldn't have any certainty. I wouldn't know that it was correct, and any time something didn't work the way I expect, I would worry that I screwed something up during the installation Not to mention the added operational complexity involved in managing a dockerized application compared to managing e.g. an equivalent webapp deployed without containerization (systemd service file, configuration file, etc) [1] https://github.com/photoprism/photoprism |
|
In any case, I found this in the docker/ subdirectory (if it was me I would have put it in the main README):
https://github.com/photoprism/photoprism/tree/develop/docker...