bumpy-dream-50602
05/15/2023, 8:06 PMdocker-compose.yml you'd be willing to share? 🙂 Thanks!boundless-ability-97383
05/15/2023, 8:58 PMboundless-ability-97383
05/15/2023, 8:58 PMbumpy-dream-50602
05/15/2023, 9:00 PMbumpy-dream-50602
05/16/2023, 1:49 AMdashboard.netmaker.mysubdomain.mydomain is not communicating to backend.
- ran quick install script
- commented out Caddy from docker-compose
- passed through ports in docker-compose
netmaker-ui:
.
.
ports:
- 80:80
and passed through port 8081 the same way for netmaker itself
...
* curl api.netmaker.mysubdomain.mydomain from host returns 404
* curl api.netmaker.mysubdomain.mydomain from netmaker-ui container returns 301 Moved Permanently
* curl 172.24.0.2:8081 from netmaker-ui container returns 404 (172.24.0.2 is internal Docker IP of netmaker container)
* curl 192.168.1.117:8081 (LAN IP of netmaker host) - connection refused
With verbosity set to 3 in docker-compose, I'm not seeing anything new in log.
Any ideas appreciated!boundless-ability-97383
05/16/2023, 3:53 AMbumpy-dream-50602
05/16/2023, 4:07 AMbumpy-dream-50602
05/16/2023, 4:15 AMVERBOSITY in docker-compose?
Surprised that at the maximum of VERBOSITY 3, the logs on netmaker are not returning any connection attempts ... 😖 )boundless-ability-97383
05/16/2023, 8:14 PMboundless-ability-97383
05/16/2023, 8:14 PMbored-island-21407
05/16/2023, 8:17 PMbored-island-21407
05/16/2023, 8:19 PM