fix(caddy): remove unused volume

This commit is contained in:
Yuris Cakranegara
2025-08-21 17:40:06 +10:00
parent c59ebbcc8b
commit 4edfd642f3

View File

@@ -63,10 +63,6 @@ locals {
]) ])
} }
resource "docker_volume" "caddy_config" {
name = "${local.container_name}_config"
}
// Create Caddyfile in the volume path // Create Caddyfile in the volume path
resource "local_file" "caddyfile" { resource "local_file" "caddyfile" {
content = local.caddyfile_content content = local.caddyfile_content