Add services and cleanup volumes

This commit is contained in:
Tobias Reisinger 2022-11-23 15:56:14 +01:00
parent a14902ddf9
commit acc83618f3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
11 changed files with 97 additions and 35 deletions

View file

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

View file

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