From 41ae28fd70083ab347aa613bd78a5ad3fbc8c612 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Dec 2023 19:39:58 +0200 Subject: foo --- README.md | 1 + org-buetow-ecs/fluxservice.tf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efb042..22c14bf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ * Contact and Calendar sync via ECS (migrate from Nextcloud) * Input variables, for configuring different service hosts. * Backup EFS, don't let `terraform destroy` erease all my data! Or create Backup +* Cloudwatch monitoring with E-Mail alert of the services. ## Manual steps diff --git a/org-buetow-ecs/fluxservice.tf b/org-buetow-ecs/fluxservice.tf index 25441ed..4aeb443 100644 --- a/org-buetow-ecs/fluxservice.tf +++ b/org-buetow-ecs/fluxservice.tf @@ -39,7 +39,7 @@ resource "aws_ecs_task_definition" "flux" { image = "miniflux/miniflux:latest", depends_on = [{ "containerName" : "fluxpostgres", - "condition" : "START" + "condition" : "RUNNING" }], portMappings = [{ containerPort = 8080, -- cgit v1.2.3