Add port config to deployment spec. #498

Merged
telackey merged 9 commits from telackey/justports into main 2023-08-11 20:25:54 +00:00
Contributor

After the change, ports as well as volumes will be customizable in the "spec" output from deploy init.

Example:

stack: mainnet-eth
ports:
  mainnet-eth-geth-1:
   - '8545'
   - '40000'
   - '6060'
  mainnet-eth-lighthouse-1:
   - '8001'
volumes:
  mainnet_eth_config_data: ./data/mainnet_eth_config_data
  mainnet_eth_geth_1_data: ./data/mainnet_eth_geth_1_data
  mainnet_eth_lighthouse_1_data: ./data/mainnet_eth_lighthouse_1_data
After the change, ports as well as volumes will be customizable in the "spec" output from `deploy init`. Example: ``` stack: mainnet-eth ports: mainnet-eth-geth-1: - '8545' - '40000' - '6060' mainnet-eth-lighthouse-1: - '8001' volumes: mainnet_eth_config_data: ./data/mainnet_eth_config_data mainnet_eth_geth_1_data: ./data/mainnet_eth_geth_1_data mainnet_eth_lighthouse_1_data: ./data/mainnet_eth_lighthouse_1_data ```
Contributor

After the change, ports as well as volumes will be customizable in the "spec" output from deploy init.

Example:

Can you update the example?

> After the change, ports as well as volumes will be customizable in the "spec" output from `deploy init`. > > Example: Can you update the example?
Contributor

Can you add host address/port mapping to one or more of the ports in the example so we can use it for doc?

Can you add host address/port mapping to one or more of the ports in the example so we can use it for doc?
Contributor

Something looks wrong about this line.

Something looks wrong about this line.
Author
Contributor

Hah! That's what I get for making a last minute tweak.

Hah! That's what I get for making a last minute tweak.
dboreham approved these changes 2023-08-11 20:20:36 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#498