fix: correct API URL to use port 8981

This commit is contained in:
KV-Tube Deployer 2026-03-26 13:23:14 +07:00
parent acdafcfe8c
commit f3ac7c99b8

View file

@ -18,6 +18,6 @@ services:
- KVTUBE_DATA_DIR=/app/data
- GIN_MODE=release
- NODE_ENV=production
- NEXT_PUBLIC_API_URL=http://127.0.0.1:8080
- NEXT_PUBLIC_API_URL=http://127.0.0.1:8981/api
labels:
- "com.centurylinklabs.watchtower.enable=true"