Firewall permissions
# Allow Atoma service port
sudo ufw allow 3000/tcp # change this port to match the docker compose file
# Allow vLLM service port
sudo ufw allow 50000/tcp # change this port to match the docker compose fileLast updated
# Allow Atoma service port
sudo ufw allow 3000/tcp # change this port to match the docker compose file
# Allow vLLM service port
sudo ufw allow 50000/tcp # change this port to match the docker compose fileLast updated