cameri / nostream

A Nostr Relay written in TypeScript
MIT License
729 stars 188 forks source link

[REQUEST] A Little Change in Docker Compose YAML Files #216

Closed jilv220 closed 1 year ago

jilv220 commented 1 year ago

Is your feature request related to a problem? Please describe.

Because of 2342386bb4f04ed2cac2b7eb4c1b9f0c5703b006, I am not able to keep the "changeme" of the docker-compose.yaml unchanged. I cannot modify it from the dockerfile directly because it will be also stashed. The only way I can do is to set the environment variable and pass it to the docker container.

Describe the solution you'd like

Change the SECRET: changeme of docker-compose.yaml to SECRET:${SECRET} and change the "changeme" check to empty string check.