From 28029cd52adc00dced6259706dd6ddf01718613a Mon Sep 17 00:00:00 2001 From: msnie Date: Sun, 2 Feb 2025 19:06:41 +0100 Subject: [PATCH] mastodon --- mastodon/docker-compose.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 7344873..3bb9efc 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -39,14 +39,14 @@ services: # - .env # - db.env env_file: - - .env + # - .env - .env.production - - db.env + # - db.env # ports: # - 3000:3000 - environment: - - PUID=1000 - - PGID=1000 + # environment: + # - PUID=1000 + # - PGID=1000 command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: - traefik @@ -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