You don't need an IP Adress... The Mysql Container is reachable from Sequel via 127.0.0.1 and the port you give it within your docker-compose.
And if you need to access the mysql container from any other container you can just use the name as host. Docker knows where your containers are and which IPs they have.
If you want to go further, have look at creating custom networks.