feat(id.tjo.space): changes

This commit is contained in:
Tine 2025-03-07 12:25:26 +01:00
parent 3a960edad7
commit 92587f4444
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
3 changed files with 6 additions and 6 deletions

View file

@ -5,8 +5,8 @@ Description=An Authentik Server
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
Volume=/srv/authentik/media:/media
Volume=/srv/authentik/custom-templates:/custom-templates
[Service]
Restart=always

View file

@ -6,9 +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
Volume=/srv/authentik/media:/media
Volume=/srv/authentik/certs:/certs
Volume=/srv/authentik/custom-templates:/custom-templates
[Service]
Restart=always

View file

@ -3,7 +3,7 @@ Description=A Postgresql Container
[Container]
Image=docker.io/postgres:17.4
Volume=/var/lib/postgresql/data:/srv/postgresql/data
Volume=/srv/postgresql/data:/var/lib/postgresql/data
EnvironmentFile=/etc/postgresql/secrets.env
Environment=POSTGRES_USER=id.tjo.space
Environment=POSTGRES_DB=id.tjo.space