-gem_package "bundler"
-
-git "/srv/operations.osmfoundation.org" do
- action :sync
- repository "git://github.com/gravitystorm/owg-log.git"
- user "root"
- group "root"
- notifies :run, "execute[/srv/operations.osmfoundation.org/Gemfile]"
-end
-
-directory "/srv/operations.osmfoundation.org/_site" do
- mode 0o755
- owner "nobody"
- group "nogroup"
+podman_service "operations.osmfoundation.org" do
+ description "Container service for operations.osmfoundation.org"
+ image "ghcr.io/openstreetmap/owg-website:latest"
+ ports docker_external_port => "8080"