Share link
Your question has been posted! Share it with others to increase its visibility and to get it answered quickly.
Get the latest tutorials on SysAdmin and open source topics.
A question can only have one accepted answer. Are you sure you want to replace the current answer with this one?
You previously marked this answer as accepted. Are you sure you want to unaccept it?
Hub for Good Supporting each other to make an impact
Write for DigitalOcean You get paid, we donate to tech non-profits.
Hacktoberfest Contribute to Open Source
I have deployed odk central with a docker image but I cannot copy the postgres database
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I'm trying to create 2 docker containers one for dev and one for prod using `docker-compose`. The two containers should be linked to separate postgres databases. I tried the following, but it seems to create just one container and one database...
With the `docker system df` command you would get a summary of your Docker usage including things like: * The total size of all images * The total size of all containers * The local volumes size * And the cache However, here's how to...
I'm preparing a docker based dev environment for node and nginx but for some reason the nginx `pass_proxy` is not pointing to the container using their service name. Here are the configuration files: **default.conf** server { ...
Hi there, folks. I do have a 3-node-sized DO K8s cluster (for my apps and services), and a DO Droplet that runs my PostgreSQL. I'm planning on connecting them together using a K8s external service pretty much like this article...