cameri / nostream

A Nostr Relay written in TypeScript
MIT License
741 stars 190 forks source link

[BUG] changing port doesn't work #329

Closed ralyodio closed 8 months ago

ralyodio commented 1 year ago

I added RELAY_PORT=9421 to my .env. It seems to be ignored.

What port do I tell nginx to proxy to?

cameri commented 8 months ago

Proxy to port 8008 or make changes in the docker-compose.yml file. Please re-open the issue if you still need help.

ralyodio commented 8 months ago

had to hack up docker-compose.yml would be better to read from .env for exposed port.

cameri commented 8 months ago

had to hack up docker-compose.yml would be better to read from .env for exposed port.

Agreed. I'll make it so it can be overridden by the env file.