Network improvement
Closed this issue · 0 comments
sebastienbeau commented
For now for every project we run voodoo (by caling docker-compose) will create a new network.
This have some consequenced:
- we can not predict the Ip range of the network (problem for configuring masquering rule)
- for rails project that interact with odoo we need to ask the user the network he want to use (this add some complexity)
- a lot of usless network is created (not a issue but not clean)
Solution:
- we should create a predicted network "voodoo" that will be used by default in all dev.docker-compose.yaml