Good afternoon dear supports, I am trying to understand the infrastructure of aaPanel and the built-in OpenLiteSpeed.
I am limited in my choice of webservers ( only OLS ) that why I can`t switch to ngnix.
The essence of the question is:
- Is it possible to run my own docker container image from the code on GitHub?
- Is it possible to restrict this docker to interact with my WordPress site via API exclusively locally, so that it is not possible to access this docker container from the outside world via IP?
- The Docker container itself must connect to the API of another, global site(not loca, not mine - public api) in order to receive currency exchange rate data.
Essentially, the container is needed as a microservice that will act as a calculator and send data to my WordPress page via API, receiving and returning data.