Docker Compose for macvlan and multiple containers sharing the same IP address, but each container uses different ports?

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nginx-proxy

    Automated nginx proxy for Docker containers using docker-gen

  • What's the big picture? You have a DNS registrar and want to point (sub-)domains to your single Linode server? Then you can use a reverse proxy like nginx-proxy or Traefik on ports 80 and 443 to forward http(s) requests to the matching service/container. And let non http(s) services/containers like DB listen on their own dedicated port. For better security you can connect to DB via Docker network, don't expose the ports externally.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts