diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index c3e23b6..2396a40 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -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: