2026-04-28 15:00:58 -04:00
|
|
|
app:
|
|
|
|
|
id: archy-mempool-web
|
|
|
|
|
name: Mempool Web
|
2026-06-22 18:07:07 -04:00
|
|
|
version: 3.0.1
|
2026-04-28 15:00:58 -04:00
|
|
|
description: Frontend web UI for mempool explorer.
|
|
|
|
|
container_name: mempool
|
|
|
|
|
|
|
|
|
|
container:
|
2026-06-22 18:07:07 -04:00
|
|
|
image: 146.59.87.168:3000/lfg2025/mempool-frontend:v3.0.1
|
2026-04-28 15:00:58 -04:00
|
|
|
pull_policy: if-not-present
|
|
|
|
|
network: archy-net
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
- app_id: mempool-api
|
|
|
|
|
version: ">=3.0.0"
|
|
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
memory_limit: 512Mi
|
|
|
|
|
|
|
|
|
|
security:
|
|
|
|
|
capabilities: []
|
|
|
|
|
readonly_root: false
|
|
|
|
|
network_policy: isolated
|
|
|
|
|
|
|
|
|
|
ports:
|
|
|
|
|
- host: 4080
|
|
|
|
|
container: 8080
|
|
|
|
|
protocol: tcp
|
|
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
- FRONTEND_HTTP_PORT=8080
|
|
|
|
|
- BACKEND_MAINNET_HTTP_HOST=mempool-api
|
|
|
|
|
|
|
|
|
|
health_check:
|
|
|
|
|
type: http
|
|
|
|
|
endpoint: http://localhost:8080
|
|
|
|
|
path: /
|
|
|
|
|
interval: 30s
|
|
|
|
|
timeout: 5s
|
|
|
|
|
retries: 3
|
|
|
|
|
|
|
|
|
|
bitcoin_integration:
|
|
|
|
|
rpc_access: none
|
|
|
|
|
sync_required: false
|