author | Nemo <me@captnemo.in> | 2019-04-27 0:28:11.0 +05:30:00 |
---|---|---|
committer | Nemo <me@captnemo.in> | 2019-04-27 0:28:11.0 +05:30:00 |
commit | 1bc37d72a667059a977e5eb2aa46fce4f5e394d0 [patch] |
|
tree | 709737df873343bd92f84d1587350b07bcf578d2 |
|
parent | 37bb59eda355e819dc9fe143a5019b9139c46b13 |
|
download | 1bc37d72a667059a977e5eb2aa46fce4f5e394d0.tar.gz |
Force run stuff
Diff
docker/traefik.tf | 2 +- gitea/main.tf | 2 +- gitea/redis.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/traefik.tf b/docker/traefik.tf index 37e9f1f..4671ea7 100644 --- a/docker/traefik.tf +++ a/docker/traefik.tf @@ -79,7 +79,7 @@ } memory = 256 restart = "unless-stopped" restart = "always" destroy_grace_seconds = 10 must_run = true diff --git a/gitea/main.tf b/gitea/main.tf index 2c8e06f..55e1fe3 100644 --- a/gitea/main.tf +++ a/gitea/main.tf @@ -57,7 +57,7 @@ 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}"] diff --git a/gitea/redis.tf b/gitea/redis.tf index 27f11ee..6d3b06c 100644 --- a/gitea/redis.tf +++ a/gitea/redis.tf @@ -8,7 +8,7 @@ } memory = 64 restart = "unless-stopped" restart = "always" destroy_grace_seconds = 10 must_run = true