Update everything to the new leap serer

This commit is contained in:
Rescla
2026-07-11 22:36:27 +02:00
parent fcedc1474f
commit cd85c201a1
46 changed files with 202 additions and 120 deletions
+5 -2
View File
@@ -18,6 +18,9 @@ resource "docker_image" "yamtrack-redis" {
resource "docker_network" "yamtrack" {
name = "yamtrack"
lifecycle {
ignore_changes = [ipam_options]
}
}
resource "docker_container" "yamtrack-redis" {
@@ -26,7 +29,7 @@ resource "docker_container" "yamtrack-redis" {
restart = "always"
hostname = "redis"
log_driver = "local"
mounts {
target = "/data"
@@ -45,7 +48,7 @@ resource "docker_container" "yamtrack" {
name = "yamtrack"
restart = "always"
log_driver = "local"
env = [
"TZ=Europe/Amsterdam",