add wait for network
This commit is contained in:
parent
cf658a2846
commit
0141bce9ee
@ -1,5 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Actual deployment
|
Description=Actual deployment
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network.target network-online.target
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=actual
|
ContainerName=actual
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Bitwarden deployment
|
Description=Bitwarden deployment
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network.target network-online.target
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=bitwarden
|
ContainerName=bitwarden
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Gitea deployment
|
Description=Gitea deployment
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network.target network-online.target
|
||||||
|
|
||||||
[Pod]
|
[Pod]
|
||||||
PodName=gitea
|
PodName=gitea
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Mumble deployment
|
Description=Mumble deployment
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network.target network-online.target
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=mumble
|
ContainerName=mumble
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Nextcloud deployment
|
Description=Nextcloud deployment
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network.target network-online.target
|
||||||
|
|
||||||
[Pod]
|
[Pod]
|
||||||
PodName=nextcloud
|
PodName=nextcloud
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user