From 3885601566f7bf53ac6022187920b676b86478d6 Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Mon, 2 Apr 2018 22:26:46 +0200 Subject: [PATCH] Update mastodon to latest --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4600b50..c9d63f5 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: -- GitLab