Cannot deploy wakapi docker image

Viewed 16

I am deploying https://github.com/muety/wakapi to clawcloud run, after setting up all the things
image.png
image.png

it shows an error:
image.png

is there any claw cloud builtin environment variables are not compatible with wakapi.

2025/06/02 12:36:58 ERROR failed to read config !BADKEY="yaml: unmarshal errors:\n line 1: cannot unmarshal !!str tcp://1... into int"

1 Answers

finally figured out why, because I create an Application named: wakapi, claw run will gen an env variable: WAKAPI_PORT

WAKAPI_PORT=tcp://10.9.73.176:3000

and wakapi will unmarshal this to int, so it will throw error.

the workaround is: create a application named other