Skip to content

Commit

Permalink
chore(deps): update tootsuite/mastodon docker tag to v4.2.1 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent 066e4e1 commit 013b1c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions services/personal-mastodon-instance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
personal-mastodon-instance-web:
image: tootsuite/mastodon:v4.2.0
image: tootsuite/mastodon:v4.2.1
container_name: personal-mastodon-instance-web
restart: always
env_file: .env
Expand All @@ -21,7 +21,7 @@ services:
- ./data/public/system:/mastodon/public/system

personal-mastodon-instance-streaming:
image: tootsuite/mastodon:v4.2.0
image: tootsuite/mastodon:v4.2.1
container_name: personal-mastodon-instance-streaming
restart: always
env_file: .env
Expand All @@ -38,7 +38,7 @@ services:
- "traefik.http.routers.personal-mastodon-instance-streaming.tls.certresolver=letsencrypt"

personal-mastodon-instance-sidekiq:
image: tootsuite/mastodon:v4.2.0
image: tootsuite/mastodon:v4.2.1
container_name: personal-mastodon-instance-sidekiq
restart: always
env_file: .env
Expand Down
6 changes: 3 additions & 3 deletions services/professional-mastodon-instance/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
professional-mastodon-instance-web:
image: tootsuite/mastodon:v4.2.0
image: tootsuite/mastodon:v4.2.1
container_name: professional-mastodon-instance-web
restart: always
env_file: .env
Expand All @@ -21,7 +21,7 @@ services:
- ./data/public/system:/mastodon/public/system

professional-mastodon-instance-streaming:
image: tootsuite/mastodon:v4.2.0
image: tootsuite/mastodon:v4.2.1
container_name: professional-mastodon-instance-streaming
restart: always
env_file: .env
Expand All @@ -38,7 +38,7 @@ services:
- "traefik.http.routers.professional-mastodon-instance-streaming.tls.certresolver=letsencrypt"

professional-mastodon-instance-sidekiq:
image: tootsuite/mastodon:v4.2.0
image: tootsuite/mastodon:v4.2.1
container_name: professional-mastodon-instance-sidekiq
restart: always
env_file: .env
Expand Down

0 comments on commit 013b1c7

Please sign in to comment.