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:
@@ -1,13 +1,14 @@
|
|||||||
---
|
---
|
||||||
# ---------------------------------- SOFTWARE VERSIONS
|
# ---------------------------------- SOFTWARE VERSIONS
|
||||||
consul_version: 1.12.0
|
authelia_version: 4.35.6
|
||||||
|
consul_version: 1.12.2
|
||||||
influxdb_version: 1.8.4
|
influxdb_version: 1.8.4
|
||||||
nomad_version: 1.3.0
|
nomad_version: 1.3.1
|
||||||
prometheus_verssion: 1.1.2
|
prometheus_verssion: 1.1.2
|
||||||
tdarr_installer_version: 2.00.13
|
|
||||||
telegraf_version: 1.22.1
|
|
||||||
traefik_version: "v2.7.1"
|
|
||||||
speedtest_cli_version: 1.1.1
|
speedtest_cli_version: 1.1.1
|
||||||
|
tdarr_installer_version: 2.00.13
|
||||||
|
telegraf_version: 1.23.0
|
||||||
|
traefik_version: "v2.7.1"
|
||||||
|
|
||||||
# ---------------------------------- SERVICE STATIC PORT MAPPINGS
|
# ---------------------------------- SERVICE STATIC PORT MAPPINGS
|
||||||
authelia_port: "9091"
|
authelia_port: "9091"
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ job "reverse-proxy" {
|
|||||||
|
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "authelia/authelia"
|
image = "authelia/authelia:{{ authelia_version }}"
|
||||||
hostname = "authelia"
|
hostname = "authelia"
|
||||||
ports = ["authelia-port"]
|
ports = ["authelia-port"]
|
||||||
volumes = [ "${meta.nfsStorageRoot}/pi-cluster/authelia:/config" ]
|
volumes = [ "${meta.nfsStorageRoot}/pi-cluster/authelia:/config" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user