Make the RPC user and pass explicit in the example docker-compose file

This commit is contained in:
Felipe Knorr Kuhn 2022-01-10 23:30:31 -08:00
parent 467cac7d4d
commit 865fe488bf
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -17,6 +17,8 @@ services:
MEMPOOL_BACKEND: "none" MEMPOOL_BACKEND: "none"
RPC_HOST: "172.27.0.1" RPC_HOST: "172.27.0.1"
RPC_PORT: "8332" RPC_PORT: "8332"
RPC_USER: "mempool"
RPC_PASS: "mempool"
MYSQL_ENABLED: "true" MYSQL_ENABLED: "true"
MYSQL_HOST: "db" MYSQL_HOST: "db"
STATISTICS_ENABLED: "true" STATISTICS_ENABLED: "true"