Fix the 8080 port exposed
Now we can access directly to the 8080
port and access to OpenCell without TSL security.
With this change, we cut the connection from out of the machine to the 8080
port because this port only listens to local calls.
Also, add a restart: always
option to docker compose file to maintain always up the OC server.