Artio Relay is the nostr relay implementation of the Software Engineering Group of the University of Bern.
This implementation is built upon a postgres database with a custom data store.
In order to run the docker compose execute the following statement from the root of this project
docker compose -f .\build\docker-compose.yml up --build -d
or you can always pull our latest docker image by running:
docker pull ghcr.io/seg-unibe/artio-relay:latestFor running standalone see the build folder where you can find more build scripts.
The application will then be running on port 8000 by default. In order to forward connections you have to set up a proper proxy on your own hosts or change the docker compose accordingly.
The use of a HA Proxy or NGINX is highly advised for proper access management.
If you have any other questions about the specifics of the implementation and the deployment process, feel free to get in touch