Updates, fix vikunja
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user