diff --git a/container-hosting/Cargo.lock b/src/web/container-hosting/Cargo.lock similarity index 100% rename from container-hosting/Cargo.lock rename to src/web/container-hosting/Cargo.lock diff --git a/container-hosting/Cargo.toml b/src/web/container-hosting/Cargo.toml similarity index 100% rename from container-hosting/Cargo.toml rename to src/web/container-hosting/Cargo.toml diff --git a/container-hosting/src/main.rs b/src/web/container-hosting/src/main.rs similarity index 100% rename from container-hosting/src/main.rs rename to src/web/container-hosting/src/main.rs diff --git a/container-hosting/templates/index.html.tera b/src/web/container-hosting/templates/index.html.tera similarity index 100% rename from container-hosting/templates/index.html.tera rename to src/web/container-hosting/templates/index.html.tera