remove dupes

This commit is contained in:
Antonio J. Delgado 2022-11-24 10:50:39 +02:00
parent 2272ba4b93
commit d00c9c1662

View file

@ -66,7 +66,6 @@ services:
image: tootsuite/mastodon:latest
env_file:
- env.production
- env.production
command: bash -c "bundle exec rails s -p 3000"
restart: always
depends_on:
@ -89,7 +88,6 @@ services:
image: tootsuite/mastodon:latest
env_file:
- env.production
- env.production
command: /bin/bash
restart: "no"
networks:
@ -102,7 +100,6 @@ services:
image: tootsuite/mastodon:latest
env_file:
- env.production
- env.production
command: node ./streaming
restart: always
depends_on:
@ -123,7 +120,6 @@ services:
image: tootsuite/mastodon:latest
env_file:
- env.production
- env.production
command: bundle exec sidekiq
restart: always
depends_on: