Updates, fix vikunja

This commit is contained in:
Rescla
2026-01-26 09:42:24 +01:00
parent 7e3e350937
commit 8518b49330
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -15,6 +15,8 @@ resource "docker_container" "vikunja" {
log_driver = "local"
env = [
"PUID=1000",
"PGID=1000",
"VIKUNJA_SERVICE_PUBLICURL=https://vikunja.rescla.me",
"VIKUNJA_DATABASE_HOST=192.168.3.24",
"VIKUNJA_DATABASE_PASSWORD=4PU^B%Kz8R*8!cT8R",
@@ -38,7 +40,7 @@ resource "docker_container" "vikunja" {
}
mounts {
target = "/files"
target = "/app/vikunja/files"
source = "/var/lib/containers/vikunja"
type = "bind"
}