Add services and cleanup volumes
This commit is contained in:
parent
a14902ddf9
commit
acc83618f3
11 changed files with 97 additions and 35 deletions
authentik
|
@ -17,6 +17,3 @@ AUTHENTIK_POSTGRESQL__HOST=node002.serguzim.net
|
|||
AUTHENTIK_POSTGRESQL__USER=authentik
|
||||
AUTHENTIK_POSTGRESQL__NAME=authentik
|
||||
AUTHENTIK_POSTGRESQL__PASSWORD=
|
||||
|
||||
GEOIPUPDATE_EDITION_IDS="GeoLite2-City"
|
||||
GEOIPUPDATE_FREQUENCY="8"
|
||||
|
|
|
@ -8,7 +8,6 @@ services:
|
|||
volumes:
|
||||
- ./media:/media
|
||||
- ./custom-templates:/templates
|
||||
- geoip:/geoip
|
||||
env_file:
|
||||
- .env
|
||||
- .secret.env
|
||||
|
@ -31,19 +30,6 @@ services:
|
|||
- ./certs:/certs
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./custom-templates:/templates
|
||||
- geoip:/geoip
|
||||
env_file:
|
||||
- .env
|
||||
- .secret.env
|
||||
depends_on:
|
||||
- redis
|
||||
networks:
|
||||
local-net:
|
||||
|
||||
geoipupdate:
|
||||
image: "maxmindinc/geoipupdate:latest"
|
||||
volumes:
|
||||
- "geoip:/usr/share/GeoIP"
|
||||
env_file:
|
||||
- .env
|
||||
- .secret.env
|
||||
|
@ -58,9 +44,6 @@ services:
|
|||
networks:
|
||||
local-net:
|
||||
|
||||
volumes:
|
||||
geoip:
|
||||
|
||||
networks:
|
||||
local-net:
|
||||
apps:
|
||||
|
|
Reference in a new issue