opendexnetwork / opendex-docker

Streamlined setup of OpenDEX via Docker 🐳
GNU Affero General Public License v3.0
4 stars 1 forks source link

Configure opendexd entrypoint #11

Closed 3nprob closed 3 years ago

3nprob commented 3 years ago

Should retain existing defaults for all

3nprob commented 3 years ago

Forgot to mention that in the PR description - is there any reason it shouldn't be executable? (it's intended to be executed from bash after all)

Maith8Ae commented 3 years ago

Forgot to mention that in the PR description - is there any reason it shouldn't be executable? (it's intended to be executed from bash after all)

@3nprob This file is invoked by xud.sh in old xud-docker repo. But it's no longer used in opendex-docker. It's better to delete this file. BTW the opendex.sh will be used as a thin wrapper of the launcher providing the same streamline setup experience as xud.sh. The implementation of opendex.sh is in the near todo list.

3nprob commented 3 years ago

Ah, got it - I can still run this fine without the launcher though right?

3nprob commented 3 years ago

Added commit that removes setup.sh

Maith8Ae commented 3 years ago

Ah, got it - I can still run this fine without the launcher though right?

Yes. It will bring up our last xud-docker release.