From 5f0a42d5f768c473dc0d469799a786d69b17dcd4 Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Mon, 17 Apr 2017 09:03:17 +0100
Subject: [PATCH] Pin version

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

diff --git a/docker-compose.yml b/docker-compose.yml
index 50354d5..5355bf1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -33,7 +33,7 @@ services:
     - VIRTUAL_HOST
   app:
     restart: always
-    image: gargron/mastodon
+    image: gargron/mastodon:v1.2
     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
+    image: gargron/mastodon:v1.2
     env_file: .env.production
     command: npm run start
     depends_on:
@@ -57,7 +57,7 @@ services:
     - back
   sidekiq:
     restart: always
-    image: gargron/mastodon
+    image: gargron/mastodon:v1.2
     env_file: .env.production
     command: bundle exec sidekiq -q default -q mailers -q pull -q push
     depends_on:
-- 
GitLab