EddieTheCubeHead / Stagnum

A website utilizing Spotify web API to transfer playback from a queue into a shareable pool.
Other
0 stars 0 forks source link

Update docker-compose.yaml #383

Closed ekosfin closed 2 weeks ago

ekosfin commented 2 weeks ago

Updated traefik router port for frontend

Summary

Notable changes

github-actions[bot] commented 2 weeks ago

💰 Infracost report

Monthly cost will not change

This comment will be updated when code changes.

github-actions[bot] commented 2 weeks ago

Terraform Plan Output

Click to expand ```terraform Note: Objects have changed outside of Terraform Terraform detected the following changes made outside of Terraform since the last "terraform apply" which may have affected this plan: # module.ec2_instance.aws_instance.this[0] has changed ~ resource "aws_instance" "this" { id = "i-05603e985f9ca75ff" tags = { "Environment" = "Prod" "Name" = "Stagnum-stack" "Project" = "Stagnum" "Service" = "Stagnum" "Terraform" = "true" } # (35 unchanged attributes hidden) + ebs_block_device { + delete_on_termination = false + device_name = "/dev/sdd" + encrypted = false + iops = 3000 + tags = {} + tags_all = {} + throughput = 125 + volume_id = "vol-0e43128d7861fd8db" + volume_size = 10 + volume_type = "gp3" } # (9 unchanged blocks hidden) } Unless you have made equivalent changes to your configuration, or ignored the relevant attributes using ignore_changes, the following plan may include actions to undo or respond to these changes. ───────────────────────────────────────────────────────────────────────────── Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # module.ec2_instance.aws_instance.this[0] will be updated in-place ~ resource "aws_instance" "this" { id = "i-05603e985f9ca75ff" tags = { "Environment" = "Prod" "Name" = "Stagnum-stack" "Project" = "Stagnum" "Service" = "Stagnum" "Terraform" = "true" } ~ volume_tags = { - "Environment" = "Prod" -> null ~ "Name" = "Stagnum-postgers" -> "Stagnum-stack" - "Project" = "Stagnum" -> null - "Service" = "Stagnum" -> null - "Terraform" = "true" -> null } # (34 unchanged attributes hidden) # (10 unchanged blocks hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```
github-actions[bot] commented 2 weeks ago

Client rewrite coverage

Lines Statements Branches Functions
Client rewrite coverage: 96%
96.02% (2322/2418) 93.46% (286/306) 88.88% (152/171)