feat(id.tjo.space): changes

This commit is contained in:
Tine 2025-03-07 12:16:45 +01:00
parent 87029ef290
commit ca42ea4422
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
3 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,7 @@ Image=ghcr.io/goauthentik/authentik:2025.2.1
EnvironmentFile=/etc/authentik/authentik.env
EnvironmentFile=/etc/authentik/secrets.env
Volume=/media:/srv/authentik/media
Volume=/custom-templates:/srv/authentik/custom-templates
[Service]
Restart=always

View file

@ -6,6 +6,9 @@ Image=ghcr.io/goauthentik/authentik:2025.2.1
Exec=worker
EnvironmentFile=/etc/authentik/authentik.env
EnvironmentFile=/etc/authentik/secrets.env
Volume=/media:/srv/authentik/media
Volume=/certs:/srv/authentik/certs
Volume=/custom-templates:/srv/authentik/custom-templates
[Service]
Restart=always

View file

@ -6,7 +6,6 @@ Image=docker.io/caddy:2.9
PublishPort=443:443
PublishPort=80:80
Volume=/etc/caddy:/etc/caddy:ro
EnvironmentFile=/etc/caddy/env
[Service]
Restart=always