mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 02:17:24 +08:00
* feat: add cli option * docs: add comprehensive docker guide and update readme * docs: refine docker guide config generation command * feat: automate docker build and deploy workflows via Taskfile * chore: consolidate docker files and refine documentation - Move all Docker-related files to docker/ directory - Consolidate DOCKER-README.md and DOCKER_GUIDE.md into docker/README.md - Update docker/Taskfile.yaml with refined paths and new tasks - Update root Taskfile.yaml to preserve only native build tasks - Update docker-compose.yml to map config to root .config/ - Expand docker/README.md with comprehensive guides and troubleshooting * chore: clean up taskfile * fix: comments * fix: remove additional comments * feat: move taskfile to root * fix: remove vdf commands * fix: comments
23 lines
435 B
Plaintext
23 lines
435 B
Plaintext
# Use a custom docker image name
|
|
# Default: quilibrium
|
|
QUILIBRIUM_IMAGE_NAME=
|
|
|
|
# Use a custom P2P port.
|
|
# Default: 8336
|
|
QUILIBRIUM_P2P_PORT=
|
|
|
|
# Use a custom gRPC port.
|
|
# Default: 8337
|
|
QUILIBRIUM_GRPC_PORT=
|
|
|
|
# Use a custom REST port.
|
|
# Default: 8338
|
|
QUILIBRIUM_REST_PORT=
|
|
|
|
# The public DNS name or IP address for this Quilibrium node.
|
|
NODE_PUBLIC_NAME=
|
|
|
|
# Use a custom configuration directory.
|
|
# Default: .config
|
|
QUILIBRIUM_CONFIG_DIR=
|