build: docker image and compose file
- Jan 17, 2022
-
-
Gilles Filippini authored
Using `--unsafe-ws-external` because `--ws-external` cannot be used alongside `--validator`. --unsafe-ws-external Listen to all Websocket interfaces. Same as `--ws-external` but doesn't warn you about it. --ws-external Listen to all Websocket interfaces. Default is local. Note: not all RPC methods are safe to be exposed publicly. Use an RPC proxy server to filter out dangerous methods. More details: <https://docs.substrate.io/v3/runtime/custom-rpcs/#public-rpcs>. Use `--unsafe-ws-external` to suppress the warning if you understand the risks.
2b7d6d82
-
- Jan 16, 2022
-
-
Gilles Filippini authored
exists in the 'build' directory. This allow to use this Dockerfile at CI time (where 'build/duniter' exists) or for a full build from the source tree.
ccc97e92 -
Gilles Filippini authored
Because the CI jobs use the paritytech/ci-linux image (debian based), maintained by the substrate developers, and which contains everything it does to do CI stuff on a substrate project. Remove RUSTFLAGS environment variable as it is needed for Alpine Linux only.
2f87b413 -
Gilles Filippini authored
Improve performances significantly for the generated code. This is a must have when building for release.
d42aac05 -
Éloïs authored782f772d
-
Gilles Filippini authored9f5e063e
-
Gilles Filippini authored
This variable will configure the `--chain` substrate option. This way we can configure `--chain dev`, `--chain gtest`, or `--chain g1` with only one variable. DUNITER_CHAIN_NAME=dev replaces DUNITER_DEVELOPMENT_MODE=true as `--dev` implies `--chain dev`. The only difference is that `--dev` disables RPC CORS. Then the entrypoint automatically sets `--dev` only when DUNITER_CHAIN_NAME=dev. In this case `--chain dev` is not used because substrate doesn't want both `--dev` and `--chain dev`. dev
931428ab -
Gilles Filippini authored
instead of /var/lib/lc-core.
8da55ae1 -
Gilles Filippini authored4456eb54
-
Gilles Filippini authored6678790d
-
Gilles Filippini authored63dfbc97
-
Gilles Filippini authoredae5f0a96
-
Gilles Filippini authored8527dc7e
-
Gilles Filippini authored3d30108d
-