Update docker compose to stop using prebuilt images ugh

This commit is contained in:
Erik Stambaugh 2024-02-01 15:27:51 -08:00
parent e252efd883
commit a7d4b0d057

View file

@ -61,7 +61,8 @@ services:
mastodon_web:
container_name: mastodon_web
build: .
image: ghcr.io/mastodon/mastodon:v4.2.5
#image: ghcr.io/mastodon/mastodon:v4.2.5
image: teh_mastodon
restart: always
env_file: .env.production
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000"
@ -83,7 +84,8 @@ services:
mastodon_streaming:
container_name: mastodon_streaming
build: .
image: ghcr.io/mastodon/mastodon:v4.2.5
#image: ghcr.io/mastodon/mastodon:v4.2.5
image: teh_mastodon
restart: always
env_file: .env.production
environment:
@ -105,7 +107,8 @@ services:
mastodon_sidekiq:
container_name: mastodon_sidekiq
build: .
image: ghcr.io/mastodon/mastodon:v4.2.5
#image: ghcr.io/mastodon/mastodon:v4.2.5
image: teh_mastodon
restart: always
env_file: .env.production
environment:
@ -125,7 +128,8 @@ services:
mastodon_sidekiq_2:
container_name: mastodon_sidekiq_2
build: .
image: ghcr.io/mastodon/mastodon:v4.1.5
#image: ghcr.io/mastodon/mastodon:v4.2.5
image: teh_mastodon
restart: always
env_file: .env.production
environment: