# Configuration
the file <docker-compose.yml> is principal file.
Into file is set custom network for all containers with you wuold using with reverse proxy.
The <docker-compose.yml> start with some container:
- mysql: for manfge all DBs of yours project (this is a solution for not use the TCP proxy)
- portainer: this is a container for mange docker (access url: http://localhost:9000)
You can edit "network_mode" with the network that reverese proxy using.
Remember every container of the your project will have to use with the network of the reverse proxy.