I am trying to run a NodeJS application on Docker. However I get that error: could not connect to postgres: Error: connect ECONNREFUSED When I debug the proble
What is the docker compose equivalent of running a docker container with network of container === host network ? docker run --rm -d --network host --name my_ngi
I created a Dockerfile and i want to conntect my crawler application with my selenium server. I have connected the services via link, but its not possible to re
I would like to run REPL shell (Pyspark) from the glue container using this command $ docker run -it -v ~/.aws:/home/glue_user/.aws -e AWS_PROFILE=$PROFILE_NAME
I tried to install docker on Ubuntu 20.04 with the following commands: sudo apt update sudo apt install apt-transport-https ca-certificates curl software-proper
I want to manage reverse proxy (Nginx) with multiple Independent webapps on the same host. Means I have 4 webapps that are hosted on containers separately via d
I'm running a Go app on the Docker and want to use VSCode to debug it via DLV at the same time using MODD for app rebuild. So far I cannot figure out how to con
I've installed only Hasura and a Postgres database (yes yes, I'll change it) in 1 docker container each. The containers themselves don't use much space, but my
I am deploying an application on localhost and listening on a port on a remote server which is bound to a domain, the application shows up fine on localhost and
I have a solution containing an Azure Function App and my app uses CosmosDb and some other services when debugging/running locally via Visual Studio. I have a d
So I'm trying to deploy a composed set of images, (one is local and is being built the other is being pulled in from a container registry I control) to a docker
Can anyone tell me where I am going wrong. All I am trying to do is name a Mongo database using docker compose. I have a docker compose file that looks like thi
I'm facing a similar issue to this question while trying to implement the new hooks logic on a AWS Linux 2 managed platform running Docker. I have created my fi
I am attempting to export Metrics to an OpenTelemetry collector container from my Node.js app, which then exports it to New Relic. I am making a simple request
so im making a spring boot application that im supposed to put in and run from a docker container, and i would like to build the whole image using a docker file
This may seems as duplicate of docker-compose with springboot and redis and docker-compose redis connection issue but the solutions proposed there are not worki
I'm trying to run my php-based application, which connects to a mysql DB, launched through docker-compose. i get this message when i connect to localhost: Fatal
Hi guys I have issue with docker-compose and postgres image. I am trying to use docker-compose(I am new to docker) for my API and postgres database. Her is how
I just wondering about toml support for docker-compose. I've only found following Reddit implementation of toml instead yaml. https://www.reddit.com/r/docker/co
I'm trying to learn Dapr and Docker Compose at the same time, though I am running into some problems. I have a very basic docker-compose.yaml, shown below versi