Modify docker-compose file to set up host authentication with md5

testing
Michael D. M. Dryden 2023-11-13 23:16:35 -05:00
rodzic d5135a5a9c
commit 7f66b3dadf
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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: