Add configurable IPFS gateway URL with local gateway as primary

- IPFS_GATEWAY_URL env var for local gateway (e.g., https://ipfs.celery-artdag.rose-ash.com)
- Local gateway shown first with green button when configured
- Removed Pinata from public gateways list

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
gilesb
2026-01-08 18:09:51 +00:00
parent e25b61e6ab
commit c0c3096e48
2 changed files with 30 additions and 18 deletions

View File

@@ -49,7 +49,7 @@ services:
- DATABASE_URL=postgresql://artdag:artdag@postgres:5432/artdag
- IPFS_API=/dns/ipfs/tcp/5001
- CACHE_DIR=/data/cache
# L2_SERVER and L2_DOMAIN from .env file
# L2_SERVER, L2_DOMAIN, IPFS_GATEWAY_URL from .env file
volumes:
- l1_cache:/data/cache
depends_on: