kopia lustrzana https://github.com/mkdryden/telegram-stats-bot
Modify docker-compose file to set up host authentication with md5
rodzic
d5135a5a9c
commit
7f66b3dadf
|
@ -31,6 +31,7 @@ Fixed
|
|||
-----
|
||||
- Date selection for word statistics was broken
|
||||
- Incorrect datatype for column in user_events table
|
||||
- Modify docker-compose file to set up host authentication with md5
|
||||
|
||||
----------
|
||||
`0.7.0`_ - 2023-01-14
|
||||
|
|
|
@ -24,6 +24,7 @@ services:
|
|||
environment:
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_DB: telegram_bot
|
||||
POSTGRES_HOST_AUTH_METHOD: md5 # psycopg seems to have issues with scram-sha-256
|
||||
|
||||
volumes:
|
||||
db-data:
|
Ładowanie…
Reference in New Issue