omgnetwork / omg-childchain-v2

pronounced /Ch-ch/
Apache License 2.0
5 stars 2 forks source link

fix nginx container names #122

Closed ayrat555 closed 4 years ago

ayrat555 commented 4 years ago

reorg tests in specs override nginx container to start two geth nodes. nginx_geth should be renamed to nginx and nginx should be renamed to nginx_childchain. Because currently specs override the wrong container

ayrat555 commented 4 years ago

specs override a correct container

  nginx_geth:
    depends_on:
      - geth-1
      - geth-2
    volumes:
      - ./priv/cabbage/nginx.conf:/etc/nginx/nginx.conf