@@ -13,6 +13,8 @@ services:
 | 
			
		||||
      mode: replicated
 | 
			
		||||
      restart_policy:
 | 
			
		||||
        condition: any
 | 
			
		||||
      placement:
 | 
			
		||||
        constraints: [node.labels.stage == development]
 | 
			
		||||
      update_config:
 | 
			
		||||
        parallelism: 1
 | 
			
		||||
        order: start-first
 | 
			
		||||
 
 | 
			
		||||
@@ -13,6 +13,8 @@ services:
 | 
			
		||||
      mode: replicated
 | 
			
		||||
      restart_policy:
 | 
			
		||||
        condition: any
 | 
			
		||||
      placement:
 | 
			
		||||
        constraints: [node.labels.stage == production]
 | 
			
		||||
      update_config:
 | 
			
		||||
        parallelism: 1
 | 
			
		||||
        order: start-first
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user