If you're good at docker, please contact me, I don't know what's the best/esiest way to create nostr relay images.

For example, nostream is painful because it requires to have all the code next to the Dockerfile and I don't want to have the nostream code in Forge.

https://github.com/Dolu89/forge

Reply to this note

Please Login to reply.

Discussion

Dockerfile per source repository is the normal pattern for docker builds. The docker-compose in forge can just reference where to pull the different relay images from. If they're not being published already you will need to build/publish them.. you could fork them if you need a custom change to them, but they should stay as a repo per image.