Tweak laconicd config to allow setting endpoint port and to make the fixturenet restartable. (#660)

* Endpoint includes port

* Make it restartable

* Don't try to remove the mounted directory

* Make copy of init.sh
This commit is contained in:
2023-11-22 11:31:30 -06:00
committed by GitHub
parent 87bedde5cb
commit 1a37255c18
4 changed files with 101 additions and 94 deletions
@@ -2,5 +2,5 @@
services:
wns:
server: 'LACONIC_HOSTED_ENDPOINT:9473/api'
webui: 'LACONIC_HOSTED_ENDPOINT:9473/console'
server: 'LACONIC_HOSTED_ENDPOINT/api'
webui: 'LACONIC_HOSTED_ENDPOINT/console'