Duniter-indexer problème de droits sur les logs

@HugoTrentesaux Peux-tu partager ton fichier docker-compose.yml ? J’ai testé avec celui-ci mais il ne semble pas fonctionnel du tout concernant la conf postgresql :

postgres_1        | 2023-12-01 09:17:57.143 UTC [1] LOG:  starting PostgreSQL 12.17 (Debian 12.17-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
postgres_1        | 2023-12-01 09:17:57.144 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
postgres_1        | 2023-12-01 09:17:57.144 UTC [1] LOG:  listening on IPv6 address "::", port 5432
postgres_1        | 2023-12-01 09:17:57.290 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgres_1        | 2023-12-01 09:17:57.580 UTC [68] LOG:  database system was shut down at 2023-12-01 09:17:56 UTC
postgres_1        | 2023-12-01 09:17:57.700 UTC [1] LOG:  database system is ready to accept connections
indexer_1         | Unable to map [u8; 32] to a lookup index
postgres_1        | 2023-12-01 09:18:16.865 UTC [75] FATAL:  password authentication failed for user "postgres"
postgres_1        | 2023-12-01 09:18:16.865 UTC [75] DETAIL:  Password does not match for user "postgres".
postgres_1        |     Connection matched pg_hba.conf line 99: "host all all all md5"
postgres_1        | 2023-12-01 09:18:16.950 UTC [76] FATAL:  password authentication failed for user "postgres"
postgres_1        | 2023-12-01 09:18:16.950 UTC [76] DETAIL:  Password does not match for user "postgres".
postgres_1        |     Connection matched pg_hba.conf line 99: "host all all all md5"

As-tu une version plus récente de ce fichier quelque part ?