From: Alex Pooley (@zuedev) Date: Mon, 23 Mar 2026 11:05:42 +0000 (+0000) Subject: add caddy volumes X-Git-Url: http://git.zue.dev/?a=commitdiff_plain;h=5b358b35e2ca4cd6a3a9adcc1d02da14636c791d;p=git.zue.dev add caddy volumes --- diff --git a/docker-compose.yaml b/docker-compose.yaml index 6d5edf8..9d017ae 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -34,4 +34,8 @@ services: - /home/git/:/var/lib/git/repositories/:ro - ./site_header.html:/site_header.html:ro - ./site_footer.html:/site_footer.html:ro - - ./home_text.html:/home_text.html:ro \ No newline at end of file + - ./home_text.html:/home_text.html:ro + +volumes: + caddy_data: + caddy_config: \ No newline at end of file