]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/ideditor/recipes/default.rb
Switch to using containers for ideditor and hot. Move to naga
[chef.git] / cookbooks / ideditor / recipes / default.rb
index fd38d43b86ff3625c2b939daf5403f1577021005..753ac1222217db1ea829d62f4274810cbe574872 100644 (file)
 # limitations under the License.
 #
 
-include_recipe "apache"
+include_recipe "podman::apache"
 
-ssl_certificate "preview.ideditor.com" do
-  notifies :reload, "service[apache2]"
-end
-
-apache_site "preview.ideditor.com" do
-  template "apache.erb"
+podman_site "preview.ideditor.com" do
+  image "ghcr.io/openstreetmap/preview.ideditor.com-website:latest"
 end