Update stack.staging.yml
This commit is contained in:
		
							parent
							
								
									0102a24e96
								
							
						
					
					
						commit
						48e8fa9a0d
					
				| 
						 | 
				
			
			@ -10,7 +10,7 @@ volumes:
 | 
			
		|||
 | 
			
		||||
services:
 | 
			
		||||
  portainer:
 | 
			
		||||
    image: git.nixc.us/nixius/portainer:production
 | 
			
		||||
    image: git.nixc.us/nixius/portainer:production-portainer
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/var/run/docker.sock
 | 
			
		||||
      - /mnt/tank/persist/nixc.us/portainer/data:/data
 | 
			
		||||
| 
						 | 
				
			
			@ -35,9 +35,9 @@ services:
 | 
			
		|||
      - portainer_network
 | 
			
		||||
 | 
			
		||||
  portainer_agent:
 | 
			
		||||
    image: portainer/agent:latest
 | 
			
		||||
    image: git.nixc.us/nixius/portainer:production-agent
 | 
			
		||||
    environment:
 | 
			
		||||
      - AGENT_CLUSTER_ADDR=portainer  # Explicitly set to connect to Portainer
 | 
			
		||||
      - AGENT_CLUSTER_ADDR=portainer
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/var/run/docker.sock
 | 
			
		||||
      - portainer_agent_data:/data
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue