the application is functional on localhost for sure
oh boy, how much I hate reverse engineer of setup not I did ๐
I'll dig in more
hey @<1523701827080556544:profile|JuicyFox94>
standard standalone Linux using compose
iptables is used by docker itself so you need to be careful on doing mods: https://docs.docker.com/network/packet-filtering-firewalls/
iptables -A INPUT -p tcp --dport 8080 -j ACCEPT
iptables -A INPUT -p tcp --dport 8008 -j ACCEPT
iptables -A INPUT -p tcp --dport 8081 -j ACCEPT
what kin d of Clearml installation you did on machine? there are processes listening on these ports?
I'm looking at iptables configuration that was done by other teams
trying to find which rule blocks clearml
(all worked when iptables disabled)
there are processes listening on host ports?
with that said Iโd start trying to work on localhost just to focus on the real problem and then I would move outside