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