From 31f61ab7a2c1a7b5e0231deb92b53bd8e07d5ffb Mon Sep 17 00:00:00 2001 From: HugoCasa Date: Tue, 28 Jan 2025 16:08:17 +0100 Subject: [PATCH] cache caddy data in docker compose (#5159) --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index fb46dd7fb2..df2a99b38d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -159,6 +159,7 @@ services: # Configure the mounted Caddyfile and the exposed ports or use another reverse proxy if needed volumes: - ./Caddyfile:/etc/caddy/Caddyfile + - caddy_data:/data # - ./certs:/certs # Provide custom certificate files like cert.pem and key.pem to enable HTTPS - See the corresponding section in the Caddyfile ports: # To change the exposed port, simply change 80:80 to :80. No other changes needed @@ -176,3 +177,4 @@ volumes: worker_logs: null windmill_index: null lsp_cache: null + caddy_data: null