Force run stuff

This commit is contained in:
Nemo 2019-04-27 00:28:11 +05:30
parent 37bb59eda3
commit 1bc37d72a6
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ resource "docker_container" "traefik" {
}
memory = 256
restart = "unless-stopped"
restart = "always"
destroy_grace_seconds = 10
must_run = true

View File

@ -57,7 +57,7 @@ resource "docker_container" "gitea" {
file = "/data/gitea/conf/app.ini"
}
memory = 256
restart = "unless-stopped"
restart = "always"
destroy_grace_seconds = 10
must_run = true
networks = ["${docker_network.gitea.id}", "${var.traefik-network-id}"]

View File

@ -8,7 +8,7 @@ resource "docker_container" "redis" {
}
memory = 64
restart = "unless-stopped"
restart = "always"
destroy_grace_seconds = 10
must_run = true