-
All, I set up split-pro in a docker compose environment which works fine locally. I'm having trouble setting up Traefik, though. My setup is based on the Docker example file, adding an additional network just for traefik. So one network for communication with the database, and another network for traefik (see below). Judging from the output, it seems that split pro (server.js) is listening only on one interface, which happens not to be the one used for traefik, rendering split-pro inaccessible via the proxy. Any hints how to make split-pro listen on all network interfaces? I don't see a way to change the order of interfaces within docker, unfortunately... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can set the env var |
Beta Was this translation helpful? Give feedback.
You can set the env var
HOSTNAME=0.0.0.0