Skip to content

Commit

Permalink
bump tipg version (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: ranchodeluxe <[email protected]>
  • Loading branch information
ranchodeluxe and ranchodeluxe authored May 11, 2023
1 parent 063aac4 commit c3109ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions terraform/modules/aws_ecs_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ resource "aws_security_group_rule" "service_ingress_lb" {
resource "aws_ecs_cluster" "service" {
name = "tf-${var.service_name}-${var.environment}"
tags = var.tags
setting {
name = "containerInsights"
value = "enabled"
}
}

resource "aws_ecs_service" "service" {
Expand Down
2 changes: 1 addition & 1 deletion veda-wfs3-app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: we don't want to have to upgrade tipg or fastapi, so we force the fastapi version
fastapi==0.94.1
git+https://github.com/developmentseed/tipg@82691b808c1265ca0b21b7cacf122880b426e2b5
git+https://github.com/developmentseed/tipg@a788f2a53ec6e312baf1eace97f0afc6d6e6a6af
uvicorn==0.20.0
boto3==1.26.28
opentelemetry-distro[otlp]>=0.24b0
Expand Down

0 comments on commit c3109ac

Please sign in to comment.