Merge branch 'telackey/pgmn' of github.com:cerc-io/stack-orchestrator into telackey/pgmn

This commit is contained in:
Thomas E Lackey 2023-10-23 19:00:50 +00:00
commit 47afda35a5
2 changed files with 2 additions and 3 deletions

View File

@ -25,6 +25,5 @@ services:
start_period: 3s
ports:
- "5432"
-
volumes:
mainnet_eth_ipld_eth_db:
mainnet_eth_ipld_eth_db:

View File

@ -18,7 +18,7 @@ $ laconic-so --stack mainnet-eth-plugeth build-containers
```
$ laconic-so --stack mainnet-eth-plugeth deploy init --map-ports-to-host any-same --output mainnet-eth-plugeth-spec.yml
$ laconic-so deploy create --spec-file mainnet-eth-plugeth-spec.yml --deployment-dir mainnet-eth-plugeth-deployment
$ laconic-so --stack mainnet-eth-plugeth deploy create --spec-file mainnet-eth-plugeth-spec.yml --deployment-dir mainnet-eth-plugeth-deployment
```
## Start the stack
```