How to create 3 containers with specific ip's reachable from the LAN and on the same ports

Hi, I’m starting my first containers and I need these containers to be reachable from the LAN of the company where I work and all three on the same ports, namely 22, 443 and 80.
I don’t quite understand how to configure them.
I would like each container to have an IP of the 192.168.1.0/24 network that I decide and from my PC, by calling the IP assigned to the container, I can connect both on port 80, 443 and 22.
What configuration should I do?
I’m currently using standalone docker

Thank you so much.

Best regards Riccardo