Skip to content

GrantBirki/authentik-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authentik-docker 🐳

Bootstrap and run an Authentik server in one command

Usage 💻

Start/Restart the server (preserves data)

script/server

This will start or restart the Authentik server using Docker Compose in a detached mode. The server will be available at http://localhost.

Running the script/server command will restart the containers while preserving all your settings, users, and data stored in the database and volumes.

Full rebuild (destroys all data)

script/server --destroy

Use the --destroy flag when you want to completely rebuild the server from scratch. ⚠️ Warning: This will delete all your Authentik settings, users, and data.

The --destroy flag will:

  • Stop and remove all containers
  • Delete all volumes (database and Redis data)
  • Rebuild containers from scratch
  • Start fresh containers

About

Bootstrap and run an Authentik server in one command

Topics

Resources

License

Stars

Watchers

Forks

Languages