Skip to content
Snippets Groups Projects
Commit 5f0a42d5 authored by Pierre Ozoux's avatar Pierre Ozoux Committed by GitHub
Browse files

Pin version

parent ae046315
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ services: ...@@ -33,7 +33,7 @@ services:
- VIRTUAL_HOST - VIRTUAL_HOST
app: app:
restart: always restart: always
image: gargron/mastodon image: gargron/mastodon:v1.2
env_file: .env.production env_file: .env.production
command: bundle exec rails s -p 3000 -b '0.0.0.0' command: bundle exec rails s -p 3000 -b '0.0.0.0'
depends_on: depends_on:
...@@ -47,7 +47,7 @@ services: ...@@ -47,7 +47,7 @@ services:
- back - back
streaming: streaming:
restart: always restart: always
image: gargron/mastodon image: gargron/mastodon:v1.2
env_file: .env.production env_file: .env.production
command: npm run start command: npm run start
depends_on: depends_on:
...@@ -57,7 +57,7 @@ services: ...@@ -57,7 +57,7 @@ services:
- back - back
sidekiq: sidekiq:
restart: always restart: always
image: gargron/mastodon image: gargron/mastodon:v1.2
env_file: .env.production env_file: .env.production
command: bundle exec sidekiq -q default -q mailers -q pull -q push command: bundle exec sidekiq -q default -q mailers -q pull -q push
depends_on: depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment