BuildOnViction / infrastructure

🏗 TomoChain internal infrastructure
17 stars 11 forks source link

Separate apps (tomoscan, tomomaster) to different file #53

Closed thanhson1085 closed 6 years ago

thanhson1085 commented 6 years ago

In testnet, we use 02apps.yml for all app (tomoscan, tomomaster, faucet, netstats, proxy)

I suggest we should separate them, e.g: tomoscan -> tomoscan.yml tomomater -> tomomaster.yml proxy, netstats, ... -> others.yml

So when we update the stacks (docker stack deploy ..), they are independent, do not effect others. Today, I tried to move tomoscan_redis to new server, I had to update/restart all services (tomomaster, tomoscan ..)

etienne-napoleone commented 6 years ago

Yep, could do! Although, just to keep in mind:

If this creates unwanted update, it's because we're not yet pinning container versions where we should, separate issue

etienne-napoleone commented 6 years ago

related to https://github.com/tomochain/infrastructure/issues/54