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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,6 @@ services:
 | 
			
		|||
      - /etc/timezone:/etc/timezone:ro
 | 
			
		||||
      - /etc/localtime:/etc/localtime:ro
 | 
			
		||||
    ports:
 | 
			
		||||
      - "3000:3000"
 | 
			
		||||
      - "3022:22"
 | 
			
		||||
      - "22:22"
 | 
			
		||||
    networks:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,8 +12,6 @@ services:
 | 
			
		|||
    volumes:
 | 
			
		||||
      - grafana-data:/var/lib/grafana/
 | 
			
		||||
    user: "104"
 | 
			
		||||
    ports:
 | 
			
		||||
      - 3001:3000/tcp
 | 
			
		||||
    networks:
 | 
			
		||||
      services:
 | 
			
		||||
        aliases:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,3 +9,5 @@ WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT=587
 | 
			
		|||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_USER=watchtower@serguzim.me
 | 
			
		||||
WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PASSWORD=
 | 
			
		||||
WATCHTOWER_NOTIFICATION_EMAIL_DELAY=5
 | 
			
		||||
 | 
			
		||||
#WATCHTOWER_RUN_ONCE=true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,5 +7,6 @@ services:
 | 
			
		|||
    env_file:
 | 
			
		||||
      - .env
 | 
			
		||||
      - .secret.env
 | 
			
		||||
    hostname: ${HOSTNAME}
 | 
			
		||||
    volumes:
 | 
			
		||||
      - /var/run/docker.sock:/var/run/docker.sock
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue