mastodon passwords WIP

This commit is contained in:
2025-05-09 16:52:04 +02:00
parent 4a6b575ce0
commit 62e75a42f2
5 changed files with 32 additions and 5 deletions

View File

@ -13,8 +13,10 @@ services:
test: ['CMD', 'pg_isready', '-U', 'postgres']
volumes:
- postgres:/var/lib/postgresql/data
environment:
- 'POSTGRES_HOST_AUTH_METHOD=trust'
# environment:
# - 'POSTGRES_HOST_AUTH_METHOD=trust'
env_file:
- ../../secret/env-mastodonDB
redis:
container_name: ${mastodonRedisName}
@ -72,6 +74,7 @@ services:
env_file:
- env-config
- ../../secret/env-mastodonServ
- ../../secret/env-mastodonDB
command: bundle exec puma -C config/puma.rb
networks:
- mastodonNet