This project packages the relay module from remodex as a Docker image.
Docker Hub image: undirectlookable/remodex-relay
docker rundocker run -it --rm -p 9000:9000 undirectlookable/remodex-relay:latest
services:
remodex-relay:
image: undirectlookable/remodex-relay:latest
ports:
- "9000:9000"
restart: unless-stopped
Start:
docker compose up -d
If you expose this service on a public network, you must place it behind a reverse proxy (such as Nginx, Caddy, or Traefik) with HTTPS/TLS enabled.
Do not expose port 9000 directly to the public internet.
Content type
Image
Digest
sha256:5b51667c4…
Size
62.8 MB
Last updated
6 months ago
docker pull undirectlookable/remodex-relay