feat(id.tjo.space): changes
This commit is contained in:
parent
87029ef290
commit
ca42ea4422
3 changed files with 4 additions and 1 deletions
id.tjo.space/containers
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue