Is possible to have a docker container with two networks in a docker-compose, one host and the other bridge?
It is absolutely possible to have two networks.
services: redis: networks: - my_network - bridge_networks