codex.docs icon indicating copy to clipboard operation
codex.docs copied to clipboard

arm64 support in docker image

Open zerofoxfive opened this issue 2 years ago • 5 comments

I'm texting CodeX Docs in Docker, and was unable to get it up and running on my arm based server due to missing architecture support. I have successfully spun it up on a x86 host, however arm support would simplify the setup.

Not sure of the effort to include an arm build in the docker registry for the project, so if this is an unreasonable request let me know.

zerofoxfive avatar Mar 26 '23 10:03 zerofoxfive

Hey @zerofoxfive I had the same issue yesterday, so built a custom image for myself, I'll share it with you.

mfuentesg avatar May 04 '23 10:05 mfuentesg

Hey @zerofoxfive

I created this repo. https://github.com/mfuentesg/docker-codex.docs, let me know if it works for you :)

mfuentesg avatar May 05 '23 05:05 mfuentesg

@zerofoxfive it worked?

mfuentesg avatar May 09 '23 12:05 mfuentesg

@mfuentesg How to set up storage and database? How to specify environment variables?

gribanoveu avatar Jan 20 '24 17:01 gribanoveu

Hey @gribanoveu I just followed this documentation https://docs.codex.so/configuration.

I created a file with the expected values and pass it as volume to the dockerfile.

mfuentesg avatar Jan 20 '24 18:01 mfuentesg