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