Just a small issue with your docker image for the database. Currently the executable is built for arm64:
pocketbase: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=Ypg7785avPSIhmw-I2_z/cEYv5F-E4-7xfmVePnOh/sPjUGfxd6wd_odGwtFZ-/ir6okl09Mx4CbzeSaRP0, with debug_info, not stripped
so produces the following output when ran:
wanderer-db | exec /pocketbase: exec format error
I am currently deploying on an amd64 machine.
Excited to check this out when the image is fixed. Thanks
Thank you for the hint! What a silly oversight on my part...
I fixed the wanderer-db docker image. Tested it on an x86_64 machine.
Could you please confirm?
Just a small issue with your docker image for the database. Currently the executable is built for arm64:
so produces the following output when ran:
I am currently deploying on an amd64 machine.
Excited to check this out when the image is fixed. Thanks