Skip to content

Commit

Permalink
Updates tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Jun 22, 2019
1 parent e3b52e1 commit 8e2a7a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- ./elasticsearch:/usr/share/elasticsearch/data

web:
image: quay.io/ashfurrow/mastodon:m.t-2.9.1
image: quay.io/ashfurrow/mastodon:m.t-2.9.2
restart: always
env_file: .env.production
command: "bundle exec puma -C config/puma.rb"
Expand All @@ -56,7 +56,7 @@ services:
- ./public/system:/opt/mastodon/public/system

streaming:
image: quay.io/ashfurrow/mastodon:m.t-2.9.1
image: quay.io/ashfurrow/mastodon:m.t-2.9.2
restart: always
env_file: .env.production
command: yarn start
Expand All @@ -72,7 +72,7 @@ services:
- redis

sidekiq:
image: quay.io/ashfurrow/mastodon:m.t-2.9.1
image: quay.io/ashfurrow/mastodon:m.t-2.9.2
restart: always
environment:
- DB_POOL=50
Expand Down

0 comments on commit 8e2a7a4

Please sign in to comment.