mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 01:43:40 -05:00
Specify Authelia version number
This commit is contained in:
@@ -61,7 +61,7 @@ job "reverse-proxy" {
|
||||
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "authelia/authelia"
|
||||
image = "authelia/authelia:{{ authelia_version }}"
|
||||
hostname = "authelia"
|
||||
ports = ["authelia-port"]
|
||||
volumes = [ "${meta.nfsStorageRoot}/pi-cluster/authelia:/config" ]
|
||||
|
||||
Reference in New Issue
Block a user