1
0
forked from maik/IPFS-portal

fix: replace tom1687.no-ip.org with 192.168.1.176, add DateTimeEncoder for API datetime serialization

This commit is contained in:
maik
2026-06-29 16:07:54 +00:00
parent b12b3e35f4
commit a13e614371
7 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ services:
- NEXT_TELEMETRY_DISABLED=1
- USER_API_BASE=http://192.168.1.176:8444
- USER_API_ADMIN_KEY=maos-admin-2024
- KUBO_API_URL=http://tom1687.no-ip.org:8443
- KUBO_API_URL=http://192.168.1.176:8443
- KUBO_BASIC_AUTH=portal:ipfs-portal-2024
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3445/api/health"]