Skip to content

Commit

Permalink
Mastodon v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Jan 31, 2024
1 parent 3d64172 commit 8cde658
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'ghcr.io/mastodon/mastodon:v4.2.3'
AppImage: 'ghcr.io/mastodon/mastodon:v4.2.4'
AppCommand: 'bash,-c,bundle exec rails db:migrate && bundle exec rails s -p 3000'
AppPort: '3000'
AppEnvironment1Key: 'LOCAL_DOMAIN'
Expand Down Expand Up @@ -228,7 +228,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'ghcr.io/mastodon/mastodon:v4.2.3'
AppImage: 'ghcr.io/mastodon/mastodon:v4.2.4'
AppCommand: 'bash,-c,node ./streaming'
AppPort: '4000'
AppEnvironment1Key: 'LOCAL_DOMAIN'
Expand Down Expand Up @@ -300,7 +300,7 @@ Resources:
AlertingModule: !GetAtt 'Alerting.Outputs.StackName'
ClientSgModule1: !GetAtt 'ClientSg.Outputs.StackName'
ManagedPolicyArns: !Ref S3Policy
AppImage: 'ghcr.io/mastodon/mastodon:v4.2.3'
AppImage: 'ghcr.io/mastodon/mastodon:v4.2.4'
AppCommand: 'bash,-c,bundle exec sidekiq'
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
Expand Down

0 comments on commit 8cde658

Please sign in to comment.