sd
This commit is contained in:
parent
10f1511201
commit
acb9cc5cf3
1 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == dockerpi
|
- node.hostname == dockerpi1
|
||||||
- node.labels.cpu == arm
|
- node.labels.cpu == arm
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
|
|
@ -54,7 +54,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == dockerpi
|
- node.hostname == dockerpi1
|
||||||
- node.labels.cpu == arm
|
- node.labels.cpu == arm
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
|
|
@ -84,7 +84,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == dockerpi
|
- node.hostname == dockerpi1
|
||||||
- node.labels.cpu == arm
|
- node.labels.cpu == arm
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue