Caddy#22
Conversation
|
Shall we integrate it - or shall we leave it? |
|
Who can test this? @butonic ? |
| image: ghcr.io/caddybuilds/caddy-cloudflare:latest | ||
| cap_add: | ||
| - NET_ADMIN | ||
| container_name: caddy |
There was a problem hiding this comment.
Let us please not override the container names.
| - "443:443" | ||
| - "443:443/udp" | ||
| volumes: | ||
| - /mnt/docker/caddy/Caddyfile:/etc/caddy/Caddyfile |
There was a problem hiding this comment.
This volumes are bind mounts to your /mnt/docker/... directory.
| - "443:443" | ||
| - "443:443/udp" | ||
| volumes: | ||
| - /mnt/docker/caddy/Caddyfile:/etc/caddy/Caddyfile |
There was a problem hiding this comment.
| - /mnt/docker/caddy/Caddyfile:/etc/caddy/Caddyfile | |
| - ./caddy/Caddyfile:/etc/caddy/Caddyfile |
| - "443:443/udp" | ||
| volumes: | ||
| - /mnt/docker/caddy/Caddyfile:/etc/caddy/Caddyfile | ||
| - /mnt/docker/caddy/site:/srv |
There was a problem hiding this comment.
Which purpose do these bind mounts fulfill?
|
Hallo @ffuhrnew, |
|
from my POV, I would make cloudflare optional. |
|
Than it‘s easy:we just take the official caddy image —> and in a readme addendum user changed configurations can be addressed . the main compose files would be clean and open. Very good ideaFriedrich FuhrAm 26.06.2025 um 09:41 schrieb Michael Barz ***@***.***>:micbar left a comment (opencloud-eu/opencloud-compose#22)
from my POV, I would make cloudflare optional.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
@ffuhrnew Are you still interested in this? With the external proxy yml files, we already have a way to go. |
Auf ein Neues. Let´s start again. Hope this is better.