u/AcanthocephalaOk2271

Run 2 Pangolin instances on a single server

I want to run 2 Pangolin instances o a server. Is the following plan feasible?

  • get 2 IPs
  • get 2 domains (foo, bar)
  • run the setup in folder "foo" with domain "foo"
  • adjust the docker-compose
    • add "-foo" to all container names
    • add "-foo" to the network name
    • add "-foo" to the compose-project name
    • add the first IP for each port binding
  • run the setup in folder "bar" with domain "bar"
  • adjust the docker-compose
    • add "-bar" to all container names
    • add "-bar" to the network name
    • add "-bar" to the compose-project name
    • add the second IP for each port binding
reddit.com
u/AcanthocephalaOk2271 — 2 days ago