update docker

This commit is contained in:
Léo Haf 2025-04-19 11:51:29 +02:00
parent 52e1919aba
commit 60ec73ef71
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC

View File

@ -5,7 +5,8 @@ services:
environment:
FRONTEND_HTTP_PORT: "8080"
BACKEND_MAINNET_HTTP_HOST: "api"
image: mempool/frontend:latest
AUDIT: "true"
image: ghcr.io/retropex/mempoolfrontend:v3.2.0
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
@ -25,7 +26,10 @@ services:
DATABASE_USERNAME: "mempool"
DATABASE_PASSWORD: "mempool"
STATISTICS_ENABLED: "true"
image: mempool/backend:latest
MEMPOOL_BLOCKS_SUMMARIES_INDEXING: "true"
MEMPOOL_GOGGLES_INDEXING: "true"
MEMPOOL_AUDIT: "true"
image: ghcr.io/retropex/mempoolbackend:v3.2.0
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m