mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
add notify_push service
This commit is contained in:
parent
3cac4e4679
commit
93c20bc530
10 changed files with 224 additions and 45 deletions
|
|
@ -259,7 +259,7 @@ impl Cloud {
|
|||
options
|
||||
.services
|
||||
.iter()
|
||||
.map(|service| service.spawn(docker, &id, &network)),
|
||||
.map(|service| service.spawn(docker, &id, &network, config)),
|
||||
)
|
||||
.await?;
|
||||
containers.extend_from_slice(&service_containers);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue