I have this weird issue where not all file edits are being picked up by the hot reloader for Django. I have this structure: / app/ ... apps in here. config/
I have a project on docker developing by nextjs and laravel. The project runs successfully on my laptop but when I try to run this project on another sustem wit
I want to use traefik for Espocrm docker-compose.yml file and i tried something but it didn't work can someone help me out this situation. I'm using traefik bec
I am running Docker Enterprise Preview Edition on Windows Server 2019 and have managed to pull and run the docker-compose.yml file below. However shortly afterw
Running localstack and app via docker-compose to dummy a s3 bucket, but getting the error: "msg":"Failed to upload file /test-data/test.txt: The AWS Access Key
as you might quickly notice, I'm not a network nor a docker guru. I appreciate all help big time! I'm trying to run a two applications in two different docker c
I am working on MS Blazor server two projects solution (Core 6) and GitLab. docker-compose.yml file: version: '3.4' services: admin: image: ${DOCKER_RE
I started my Symfony 6 project with Docker successfully. I have a problem when accessing the PHP container and trying to run php bin/console doctrine:migrations
I have a very simple nextjs application where I have two folders which I like to map to the host (developer system) while I deploy this application inside docke
In system1(i.e Host name of Master node), the docker is started using docker swarm init And later the Compose file available in system1 (*.yml) are deployed usi
I wanted to translate this docker CLI command (from smallstep/step-ca) into a docker-compose.yml file to run with docker compose (version 2): docker run -d -v s
Dockerized Vue app loads normally to the browser, when applying changes to the code are not reflected without refresh. Dockerfile FROM node:14-alpine # make th
I am trying to replicate restricted production environment on my local development environment using Docker compose. Application containers shouldn't be able to
All we have such a dashboard in Docker Desktop, where we can look at containers that were started with Docker-Compose. At the picture below I have 3 containers
I have 2 dockers composes. 1 implements an infrastructure with a reverse proxy, databases, database admins, etc. version: '3.7' volumes: mysql80_volume:
I am new to Docker and going through documentation and Pluralsight videos. I have a really simple API I am practising/learning to run as a docker container. Eve
I'm trying to host a Linux Mint container that starts a simple Angular server and listens on port 4200. I'm in a very tight environment, with no admin authority
I need to run, from docker compose, three containers: a fastapi server, a keycloack server and a postgres database. This works well if I run the uvicorn command
My target is to run our postman integration tests inside our azure pipeline. For this I am trying to access the health page of my service inside the Azure Pipel
What I want is for this dockerfile to clone into the host machine (mine) and I'll copy it over as a volume, but instead it's cloning it directly into the contai