This commit is contained in:
parent
71fb7aee5c
commit
461c298d0a
@ -1,24 +1,3 @@
|
|||||||
# By default, this docker-compose file will start a lotus fullnode
|
|
||||||
#
|
|
||||||
# Some directives have been left commented out so they serve as an
|
|
||||||
# example for more advanced use.
|
|
||||||
#
|
|
||||||
# To provide a custom configuration file, or automatically import
|
|
||||||
# a wallet, uncomment the "configs" or "secrets" sections.
|
|
||||||
#
|
|
||||||
# start on a single node:
|
|
||||||
#
|
|
||||||
# docker-compose up
|
|
||||||
#
|
|
||||||
# start on docker swarm:
|
|
||||||
#
|
|
||||||
# docker swarm init (if you haven't already)
|
|
||||||
# docker stack deploy -c docker-compose.yaml mylotuscluster
|
|
||||||
#
|
|
||||||
# for more information, please visit lotus.filecoin.io
|
|
||||||
|
|
||||||
version: "3.8"
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
parameters:
|
parameters:
|
||||||
lotus-repo:
|
lotus-repo:
|
||||||
|
@ -12,7 +12,7 @@ $ laconic-so --stack mainnet-lotus build-containers
|
|||||||
```
|
```
|
||||||
$ laconic-so --stack mainnet-lotus deploy init --map-ports-to-host any-same --output lotus-spec.yml
|
$ laconic-so --stack mainnet-lotus deploy init --map-ports-to-host any-same --output lotus-spec.yml
|
||||||
```
|
```
|
||||||
[Insert details on how to configure the stack]
|
Update the URLs in the generated spec file to use your systems' actual IP addresses.
|
||||||
```
|
```
|
||||||
$ laconic-so --stack mainnet-lotus deploy create --deployment-dir lotus-deployment --spec-file lotus-spec.yml
|
$ laconic-so --stack mainnet-lotus deploy create --deployment-dir lotus-deployment --spec-file lotus-spec.yml
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user