This commit is contained in:
msnie
2025-02-01 00:51:33 +01:00
parent bd1895f0fb
commit 16851b255b
+8 -8
View File
@@ -11,9 +11,9 @@ services:
# added from the default, otherwise you'll need to manually create a `mastodon` db and user/role # added from the default, otherwise you'll need to manually create a `mastodon` db and user/role
# env_file: db.env # env_file: db.env
env_file: env_file:
# - .env - .env
# - db.env
- .env.production - .env.production
- db.env
environment: environment:
- 'POSTGRES_HOST_AUTH_METHOD=trust' - 'POSTGRES_HOST_AUTH_METHOD=trust'
- 'POSTGRES_USER=postgres' - 'POSTGRES_USER=postgres'
@@ -39,9 +39,9 @@ services:
# - .env # - .env
# - db.env # - db.env
env_file: env_file:
# - .env - .env
- .env.production - .env.production
# - db.env - db.env
# ports: # ports:
# - 3000:3000 # - 3000:3000
# environment: # environment:
@@ -92,9 +92,9 @@ services:
# - .env # - .env
# - db.env # - db.env
env_file: env_file:
# - .env - .env
- .env.production - .env.production
# - db.env - db.env
command: node ./streaming command: node ./streaming
environment: environment:
- 'REDIS_URL=redis://redis:6379' - 'REDIS_URL=redis://redis:6379'
@@ -128,9 +128,9 @@ services:
image: ghcr.io/mastodon/mastodon:v4.3.3 image: ghcr.io/mastodon/mastodon:v4.3.3
restart: always restart: always
env_file: env_file:
# - .env - .env
- .env.production - .env.production
# - db.env - db.env
command: bundle exec sidekiq command: bundle exec sidekiq
depends_on: depends_on:
- db - db