updated compose
This commit is contained in:
		@@ -80,7 +80,7 @@ Name the stack `authentik` and paste the following configuration, replacing `{AU
 | 
			
		||||
services:
 | 
			
		||||
 | 
			
		||||
  postgresql:
 | 
			
		||||
    image: docker.io/library/postgres:12-alpine
 | 
			
		||||
    image: docker.io/library/postgres:16-alpine
 | 
			
		||||
    container_name: authentik-postgresql
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    healthcheck:
 | 
			
		||||
@@ -117,7 +117,7 @@ services:
 | 
			
		||||
      - redis:/data
 | 
			
		||||
  
 | 
			
		||||
  server:
 | 
			
		||||
    image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.2.3}
 | 
			
		||||
    image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
 | 
			
		||||
    container_name: authentik-server
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    command: server
 | 
			
		||||
@@ -130,7 +130,6 @@ services:
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./media:/media
 | 
			
		||||
      - ./custom-templates:/templates
 | 
			
		||||
      - ./auth.css:/web/dist/custom.css
 | 
			
		||||
      - ./ssh:/authentik/.ssh
 | 
			
		||||
    env_file:
 | 
			
		||||
      - .env
 | 
			
		||||
@@ -142,7 +141,7 @@ services:
 | 
			
		||||
      - redis
 | 
			
		||||
 | 
			
		||||
  worker:
 | 
			
		||||
    image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.2.3}
 | 
			
		||||
    image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2025.2.1}
 | 
			
		||||
    container_name: authentik-worker
 | 
			
		||||
    restart: unless-stopped
 | 
			
		||||
    command: worker
 | 
			
		||||
@@ -164,7 +163,6 @@ services:
 | 
			
		||||
      - ./media:/media
 | 
			
		||||
      - ./certs:/certs
 | 
			
		||||
      - ./custom-templates:/templates
 | 
			
		||||
      - ./auth.css:/web/dist/custom.css
 | 
			
		||||
      - ./ssh:/authentik/.ssh
 | 
			
		||||
    env_file:
 | 
			
		||||
      - .env
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user