* chainslens services added to docker-compose as well as required nginx and html files
* removed nginx dependency - removed nginx container and related files and updated API_URL for web service
* added localhost IP to ports for api and web docker services
* added foundry image to docker-compose and run_anvil script
* removed run_anvil script and moved the command to the docker-compose file
* formatted arguments for anvil command to use '='
* using specific foundry image and reformatted command arguments, previous didn't work
This is used in our infra to allow auto-updates of Docker images.
For more info see: https://github.com/containrrr/watchtower
Signed-off-by: Jakub Sokołowski <jakub@status.im>