I’ve got a toy project that I recently switched to use Datomic Cloud. When I put this application on the web (as opposed to my dev environment) I used digital ocean and deployed the application using docker containers. I’m trying to update my setup to handle Datomic Cloud when I deploy it online. As part of this, I thought it made the most sense to run the SOCKS proxy for Datomic in a container, but I’ve struggled to find a way to make the PROXY available between the containers. I’m using docker stack up
with a docker-compose.yml
file to run the containers. Has anyone dockerized the SOCKS proxy? Is this method making things too complicated?
I am also interested in this.
I’ve managed to create a dockerized development environment.
Let me know if anyone need assistance.
1 Like