From dd7c2fa43abf7798c81085ca66912287bbf931f3 Mon Sep 17 00:00:00 2001 From: Erik Stambaugh Date: Thu, 6 Nov 2025 07:51:11 -0800 Subject: [PATCH] Revert docker compose --- docker-compose.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b913fd6bd..46d0f8c20 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -63,8 +63,9 @@ services: mastodon_web: container_name: mastodon_web # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes - # build: . - image: ghcr.io/mastodon/mastodon:v4.5.0 + build: . + #image: ghcr.io/mastodon/mastodon:v4.5.0 + image: teh_mastodon restart: always env_file: .env.production command: bundle exec puma -C config/puma.rb @@ -86,10 +87,11 @@ services: mastodon_streaming: container_name: mastodon_streaming # You can uncomment the following lines if you want to not use the prebuilt image, for example if you have local code changes - # build: - # dockerfile: ./streaming/Dockerfile - # context: . - image: ghcr.io/mastodon/mastodon-streaming:v4.5.0 + build: + dockerfile: ./streaming/Dockerfile + context: . + #image: ghcr.io/mastodon/mastodon-streaming:v4.5.0 + image: teh_mastodon_streaming restart: always env_file: .env.production command: node ./streaming/index.js @@ -107,8 +109,9 @@ services: sidekiq: # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes - # build: . - image: ghcr.io/mastodon/mastodon:v4.5.0 + build: . + #image: ghcr.io/mastodon/mastodon:v4.5.0 + image: teh_mastodon restart: always env_file: .env.production environment: