diff --git a/docker-compose.yml b/docker-compose.yml index 4600b5065d5806086d7ffb3a0a8669e64a6b300e..c9d63f59773fb00830b8a43ea50a5d095369c8dc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: - VIRTUAL_HOST app: restart: always - image: gargron/mastodon:v2.2.0 + image: gargron/mastodon:v2.3.3 env_file: .env.production command: bundle exec rails s -p 3000 -b '0.0.0.0' depends_on: @@ -48,7 +48,7 @@ services: - back streaming: restart: always - image: gargron/mastodon:v2.2.0 + image: gargron/mastodon:v2.3.3 env_file: .env.production command: npm run start depends_on: @@ -58,7 +58,7 @@ services: - back sidekiq: restart: always - image: gargron/mastodon:v2.2.0 + image: gargron/mastodon:v2.3.3 env_file: .env.production command: bundle exec sidekiq -q default -q mailers -q pull -q push depends_on: