remove dupes
This commit is contained in:
parent
2272ba4b93
commit
d00c9c1662
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue