StakeSquid / graphprotocol-mainnet-docker

Graph Protocol Mainnet Docker Guide by StakeSquid. Easy to use, one-stop gateway into the Web3 universe via The Graph.
https://www.stakesquid.com
MIT License
54 stars 65 forks source link

Add support for docker compose V2 #22

Closed Chomtana closed 1 year ago

Chomtana commented 1 year ago

Currently, docker compose start script only supports docker compose version 1, which has been obsoleted for years.

This pull request adds scripts with the suffix "-v2" for supporting docker compose version 2.

Additionally, this pull request also adds logs scripts to provide a convenient way to view logs of containers.

Tested on Docker Compose version v2.12.2