Skip to content

Commit

Permalink
Mastodon 4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Feb 18, 2024
1 parent b57e7fb commit 09bdae4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.5'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.7'
AppCommand: 'bash,-c,bundle exec rails db:migrate && bundle exec rails s -p 3000'
AppPort: '3000'
AppEnvironment1Key: 'LOCAL_DOMAIN'
Expand Down Expand Up @@ -214,7 +214,7 @@ Resources:
MaxCapacity: '1'
MinCapacity: '1'
LogsRetentionInDays: '14'
SubnetsReach: 'Private'
SubnetsReach: 'Public'
AutoScaling: 'false'
HealthCheckGracePeriodSeconds: '60'
Spot: !Ref Spot
Expand All @@ -232,7 +232,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.5'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.7'
AppCommand: 'bash,-c,node ./streaming'
AppPort: '4000'
AppEnvironment1Key: 'LOCAL_DOMAIN'
Expand Down Expand Up @@ -287,7 +287,7 @@ Resources:
MaxCapacity: '1'
MinCapacity: '1'
LogsRetentionInDays: '14'
SubnetsReach: 'Private'
SubnetsReach: 'Public'
AutoScaling: 'false'
HealthCheckGracePeriodSeconds: '60'
Spot: !Ref Spot
Expand All @@ -304,7 +304,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.5'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.7'
AppCommand: 'bash,-c,bundle exec sidekiq'
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
Expand Down Expand Up @@ -375,7 +375,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.5'
AppImage: 'public.ecr.aws/h6i3a8b9/mastodon:v4.2.7'
AppCommand: 'bash,-c,RAILS_ENV=production bin/tootctl media remove && RAILS_ENV=production bin/tootctl preview_cards remove'
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
Expand Down

0 comments on commit 09bdae4

Please sign in to comment.