execute "discourse_container_data_start" do
action :run
- command "./launcher rebuild start"
+ command "./launcher start data"
cwd "/srv/community.openstreetmap.org/docker/"
user "root"
group "root"
end
execute "discourse_container_web_only_start" do
- action :nothing
+ action :run
command "./launcher start web_only"
cwd "/srv/community.openstreetmap.org/docker/"
user "root"