Skip to content
Snippets Groups Projects
Commit 401a20ba authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Update version

parent 45e41180
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ services:
- VIRTUAL_HOST
app:
restart: always
image: gargron/mastodon:v1.2
image: gargron/mastodon:v1.4.7
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.2
image: gargron/mastodon:v1.4.7
env_file: .env.production
command: npm run start
depends_on:
......@@ -57,7 +57,7 @@ services:
- back
sidekiq:
restart: always
image: gargron/mastodon:v1.2
image: gargron/mastodon:v1.4.7
env_file: .env.production
command: bundle exec sidekiq -q default -q mailers -q pull -q push
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