Update authentik; Remove ports; Improve watchtower
This commit is contained in:
		
							parent
							
								
									aa5d722dc3
								
							
						
					
					
						commit
						73c6b454fa
					
				
					 5 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,7 @@ version: '3.2'
 | 
			
		|||
 | 
			
		||||
services:
 | 
			
		||||
  server:
 | 
			
		||||
    image: goauthentik.io/server:2022.1.3
 | 
			
		||||
    image: goauthentik.io/server:2022.8.1
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    command: server
 | 
			
		||||
    volumes:
 | 
			
		||||
| 
						 | 
				
			
			@ -22,7 +22,7 @@ services:
 | 
			
		|||
          - authentik
 | 
			
		||||
 | 
			
		||||
  worker:
 | 
			
		||||
    image: goauthentik.io/server:2022.1.3
 | 
			
		||||
    image: goauthentik.io/server:2022.8.1
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    command: worker
 | 
			
		||||
    user: root
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue