From d00c9c1662e62cb3b6509115450cafb9b07de1fb Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Thu, 24 Nov 2022 10:50:39 +0200 Subject: [PATCH] remove dupes --- templates/docker-compose.yml.j2 | 4 ---- 1 file changed, 4 deletions(-) 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: