Copyright Max Hniebergall 2024
- The contents of this repo are made available for informational purposes only
- You must request written permission to execute, reproduce, extend, etc. as available protections exist under Canadian copyright law.
- Permission is likely to be granted for the purpose of local development for non commercial educational or hobby purposes for the benefit of the project (Aphori.st)
From the root directory (../Aphorist): docker-compose up --build
docker-compose -f docker-compose.prod.yml build docker-compose -f docker-compose.prod.yml up -d
docker-compose -f docker-compose.prod.yml logs -f
docker-compose -f docker-compose.prod.yml down
netsh advfirewall firewall add rule name="Allowing LAN connections" dir=in action=allow protocol=TCP localport=3000 netsh interface portproxy add v4tov4 listenport=3000 listenaddress=0.0.0.0 connectport=3000 connectaddress=172.24.130.134
netsh advfirewall firewall add rule name="Allowing LAN connections" dir=in action=allow protocol=TCP localport=5000 netsh interface portproxy add v4tov4 listenport=5000 listenaddress=0.0.0.0 connectport=5000 connectaddress=172.24.130.134
get port from ipconfig
go to port:3000 on phone