Update for skutsje

This commit is contained in:
Marc Fokkert
2024-03-14 11:06:09 +01:00
parent 395a97f4e5
commit abdfb084e9
8 changed files with 736 additions and 3757 deletions

View File

@@ -21,6 +21,10 @@ resource "docker_container" "mariadb" {
type = "bind"
}
env = [
"MARIADB_AUTO_UPGRADE=true"
]
restart = "always"
networks_advanced {