lucaslorentz / caddy-docker-proxy

Caddy as a reverse proxy for Docker
MIT License
2.6k stars 162 forks source link

caddy-docker-proxy as file server ? #636

Open accforgithubtest opened 6 days ago

accforgithubtest commented 6 days ago

Thank you for this neat project, makes it really easy to set up reverse proxy straight in the docker compose files.

Is it possible to use an existing caddy-docker-proxy reverse proxy as a file server too ? Assuming I have a bunch of photos and videos in a folder /camera, can I somehow mount this folder and make caddy-docker proxy be both a reverse proxy and a file server ?

[I am not a developer but I learnt docker for self-hosting my home server, so apologies in advance if you have to eli5]

francislavoie commented 5 days ago

Yes you can. Just add the labels for your file_server to the CDP container itself (as well as the volume mount of course).