fix env for postgresql
This commit is contained in:
parent
11f80744cd
commit
0adeb60f47
2 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,7 @@ services:
|
|||
test: ['CMD', 'pg_isready', '-U', 'postgres']
|
||||
volumes:
|
||||
- ./postgres14:/var/lib/postgresql/data
|
||||
environment:
|
||||
- 'POSTGRES_HOST_AUTH_METHOD=trust'
|
||||
env_file: .env.production
|
||||
|
||||
tor:
|
||||
image: sirboops/tor
|
||||
|
|
|
@ -49,6 +49,7 @@ VAPID_PUBLIC_KEY=
|
|||
POSTGRES_USER={{ mastodon_db_user }}
|
||||
POSTGRES_DB={{ mastodon_db }}_{{ mastodon_environment }}
|
||||
POSTGRES_PASSWORD={{ mastodon_db_password }}
|
||||
# POSTGRES_HOST_AUTH_METHOD=trust
|
||||
|
||||
# pgbouncer configuration
|
||||
#POOL_MODE=transaction
|
||||
|
|
Loading…
Reference in a new issue