Specify Authelia version number

This commit is contained in:
Nathaniel Landau
2022-06-17 09:19:55 -04:00
parent c36a72ab8d
commit 746a49c701
2 changed files with 7 additions and 6 deletions

View File

@@ -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"

View File

@@ -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" ]