diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 2ccd901..798476e 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -188,9 +188,9 @@ networks: # image: ghcr.io/mastodon/mastodon:v4.3.3 # restart: always # env_file: - - .env - - .env.production - - db.env + # - .env + # - .env.production + # - db.env # command: bundle exec puma -C config/puma.rb # networks: # - traefik @@ -214,10 +214,10 @@ networks: # # context: . # image: ghcr.io/mastodon/mastodon-streaming:v4.3.3 # restart: always -# env_file: - - .env - - .env.production - - db.env +# # env_file: +# - .env +# - .env.production +# - db.env # command: node ./streaming/index.js # networks: # - traefik @@ -236,10 +236,10 @@ networks: # # build: . # image: ghcr.io/mastodon/mastodon:v4.3.3 # restart: always -# env_file: - - .env - - .env.production - - db.env +# # env_file: +# - .env +# - .env.production +# - db.env # command: bundle exec sidekiq # depends_on: # - db