Remove authentic geoipupdate container
This commit is contained in:
parent
59973a3a83
commit
b316f72cc4
1 changed files with 0 additions and 13 deletions
|
@ -14,7 +14,6 @@ command = "server"
|
|||
volumes = [
|
||||
"/docker/authentik/media:/media",
|
||||
"/docker/authentik/custom-templates:/templates",
|
||||
"/docker/authentik/geoip:/geoip",
|
||||
]
|
||||
env_file = [".env"]
|
||||
networks = ["authentik", "postgres", "proxy"]
|
||||
|
@ -43,7 +42,6 @@ volumes = [
|
|||
"/docker/authentik/media:/media",
|
||||
"/var/run/docker.sock:/var/run/docker.sock",
|
||||
"/docker/authentik/custom-templates:/templates",
|
||||
"/docker/authentik/geoip:/geoip",
|
||||
]
|
||||
environment = [
|
||||
"AUTHENTIK_POSTGRESQL__HOST",
|
||||
|
@ -54,17 +52,6 @@ environment = [
|
|||
]
|
||||
env_file = [".env"]
|
||||
|
||||
[services.geoipupdate]
|
||||
container_name = "authentik-geoip"
|
||||
image = "maxmindinc/geoipupdate:latest"
|
||||
volumes = ["/docker/authentik/geoip:/usr/share/GeoIP"]
|
||||
env_file = [".env"]
|
||||
networks = ["authentik"]
|
||||
|
||||
[services.geoipupdate.environment]
|
||||
GEOIPUPDATE_EDITION_IDS = "GeoLite2-City"
|
||||
GEOIPUPDATE_FREQUENCY = "8"
|
||||
|
||||
[networks]
|
||||
|
||||
[networks.authentik]
|
||||
|
|
Loading…
Reference in a new issue