From 16851b255be7f20d478848787bda73db12fd0873 Mon Sep 17 00:00:00 2001 From: msnie Date: Sat, 1 Feb 2025 00:51:33 +0100 Subject: [PATCH] mastodon --- mastodon/docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 0a3d7c4..7363e7d 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -11,9 +11,9 @@ services: # added from the default, otherwise you'll need to manually create a `mastodon` db and user/role # env_file: db.env env_file: - # - .env - # - db.env + - .env - .env.production + - db.env environment: - 'POSTGRES_HOST_AUTH_METHOD=trust' - 'POSTGRES_USER=postgres' @@ -39,9 +39,9 @@ services: # - .env # - db.env env_file: - # - .env + - .env - .env.production - # - db.env + - db.env # ports: # - 3000:3000 # environment: @@ -92,9 +92,9 @@ services: # - .env # - db.env env_file: - # - .env + - .env - .env.production - # - db.env + - db.env command: node ./streaming environment: - 'REDIS_URL=redis://redis:6379' @@ -128,9 +128,9 @@ services: image: ghcr.io/mastodon/mastodon:v4.3.3 restart: always env_file: - # - .env + - .env - .env.production - # - db.env + - db.env command: bundle exec sidekiq depends_on: - db