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
|
image: tootsuite/mastodon:latest
|
||||||
env_file:
|
env_file:
|
||||||
- env.production
|
- env.production
|
||||||
- env.production
|
|
||||||
command: bash -c "bundle exec rails s -p 3000"
|
command: bash -c "bundle exec rails s -p 3000"
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -89,7 +88,6 @@ services:
|
||||||
image: tootsuite/mastodon:latest
|
image: tootsuite/mastodon:latest
|
||||||
env_file:
|
env_file:
|
||||||
- env.production
|
- env.production
|
||||||
- env.production
|
|
||||||
command: /bin/bash
|
command: /bin/bash
|
||||||
restart: "no"
|
restart: "no"
|
||||||
networks:
|
networks:
|
||||||
|
@ -102,7 +100,6 @@ services:
|
||||||
image: tootsuite/mastodon:latest
|
image: tootsuite/mastodon:latest
|
||||||
env_file:
|
env_file:
|
||||||
- env.production
|
- env.production
|
||||||
- env.production
|
|
||||||
command: node ./streaming
|
command: node ./streaming
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -123,7 +120,6 @@ services:
|
||||||
image: tootsuite/mastodon:latest
|
image: tootsuite/mastodon:latest
|
||||||
env_file:
|
env_file:
|
||||||
- env.production
|
- env.production
|
||||||
- env.production
|
|
||||||
command: bundle exec sidekiq
|
command: bundle exec sidekiq
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue