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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user