From 542706410d2102db110c8230372041206b291af7 Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Thu, 11 Jan 2018 09:32:13 +0100
Subject: [PATCH] Update mastodon image to v2.1.3

---
 docker-compose.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 8dd243f..ac8ddb5 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -33,7 +33,7 @@ services:
     - VIRTUAL_HOST
   app:
     restart: always
-    image: gargron/mastodon:v2
+    image: gargron/mastodon:v2.1.3
     env_file: .env.production
     command: bundle exec rails s -p 3000 -b '0.0.0.0'
     depends_on:
@@ -47,7 +47,7 @@ services:
     - back
   streaming:
     restart: always
-    image: gargron/mastodon:v1.4.7
+    image: gargron/mastodon:v2.1.3
     env_file: .env.production
     command: npm run start
     depends_on:
@@ -57,7 +57,7 @@ services:
     - back
   sidekiq:
     restart: always
-    image: gargron/mastodon:v1.4.7
+    image: gargron/mastodon:v2.1.3
     env_file: .env.production
     command: bundle exec sidekiq -q default -q mailers -q pull -q push
     depends_on:
-- 
GitLab