Skip to content

Commit

Permalink
authentik: add docker integration
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Mar 9, 2024
1 parent 520e660 commit 06db64f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/authentik_worker/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ authentik_worker_docker_volumes_default:
- "{{ server_appdata_path }}/authentik/media:/media"
- "{{ server_appdata_path }}/authentik/custom-templates:/templates"
- "{{ server_appdata_path }}/authentik/certs:/certs"
- "/var/run/docker.sock:/var/run/docker.sock"
authentik_worker_docker_volumes_custom: []
authentik_worker_docker_volumes: "{{ authentik_worker_docker_volumes_default
+ authentik_worker_docker_volumes_custom }}"
Expand Down Expand Up @@ -113,3 +114,6 @@ authentik_worker_docker_state: started
authentik_worker_depends_on: "authentik-redis,authentik-postgres"
authentik_worker_depends_on_delay: "0"
authentik_worker_depends_on_healthchecks: "false"

# User
authentik_worker_docker_user: "root"

0 comments on commit 06db64f

Please sign in to comment.