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