Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [docker-compose]

Compose is a tool for defining and running complex applications with Docker. With Compose, you define a multi-container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.

docker-compose
0 votes
0 answers
16 views

Cannot access the deluge ui after connecting to vpn inside the docker container

I am creating docker deluge-openvpn container i have already tried various deluge-openvpn container some works for me some does not So i created this container using: Docker-compose.yml version: '3.8' ...
SaM AroRa's user avatar
1 vote
0 answers
33 views

Webpack + docker + hot reload 404 page not found

I am trying to get successful hot reload behavior using react + webpack5 + docker. I have tried many ways. The main difference was noticed with “writeToDisk” option. If it is false, my /app/dist ...
Никита Шевченко's user avatar
2 votes
0 answers
31 views

Cannot connect to couchbase cluster created with docker compose

I am writing a java application that connects to the couchbase. Application cannot connect to database because it is necessary to create new cluster. I got Connection refused error. How can I handle ...
ozdem's user avatar
  • 35
-1 votes
1 answer
21 views

NGinX bad gateway after using command to install composer

Title says it all. Prior to installing composer with a "command" in my compose.yml file my PHP and NGinX stack was working fine. phpinfo would display on my test page. Now I just get a 502 ...
PHP Addict's user avatar
0 votes
0 answers
29 views

Docker compose creates Reactjs container, but does not run it

Update - Solved (21 Jul 2024) I have since debugged the above and managed to configure my frontend DockerFile and compose.yaml to allow me to run my spring-react app in a single docker compose up --...
ALVIN's user avatar
  • 1
0 votes
1 answer
17 views

How to overwrite file in docker container?

I have a docker-compose file: services: artemis: image: <artemis-image> ports: - "8161:8161" - "61616:61616" environment: ...
AbrA's user avatar
  • 470
0 votes
1 answer
61 views

Running Keycloak with SQL Server local database

I'm learning Docker and I have a question that is certainly simple, but I haven't found it anywhere yet: I want a Keycloak container to connect to the SQL Server database that is installed locally on ...
Leo's user avatar
  • 1
-1 votes
1 answer
32 views

Access Docker-Compose services running behind a VPN from the Local Network [closed]

I am trying to set up a plex server on a debian linux box using docker-compose, a wireguard VPN, qbittorrent client, and eventually sonarr/radarr. I am having trouble accessing the qbittorrent UI from ...
ajrice6713's user avatar
0 votes
2 answers
21 views

Configuring two different django-cookie-cutter generated projects to run on the same server

How can i run two different django-cookie-cutter generated projects on the same server. The projects are generated using Docker. I guess we should change the ports to avoid collisons. But as there are ...
Eric Acevedo's user avatar
  • 1,212
0 votes
0 answers
44 views

Setting ASPNETCORE_ENVIRONMENT variable from launchSettings.json of DockerCompose project only

Problem Statement I am currently working on an ASP.NET Core 8.0 Web API backend solution with multiple projects that runs using docker-compose in Visual Studio 2022. I have defined several profiles in ...
Someone's user avatar
0 votes
0 answers
30 views

Multi-module maven application Dockerfile problem [duplicate]

My goal would be that I create 3 services. 1 for the DB 1 for the main application (depends on DB) 1 for testing purposes (depends on main application) First I would like to do this with just 2 ...
DoWhileFor's user avatar
0 votes
0 answers
39 views

docker compose --> nginx cannot load certificate

I am very new to Docker and containers. I am using docker-compose to start up my application. I keep getting this error: 2024/07/19 17:05:54 [emerg] 1#1: cannot load certificate "/etc/nginx/certs/...
finn's user avatar
  • 1
-1 votes
0 answers
27 views

How to provide a file to a Docker container at runtime and ensure it is accessible during container execution?

I'm working on a project where I need to provide a text file to a Docker container at runtime. This file must be accessible and used by the container during its execution. The bottom line is that the ...
prostwp's user avatar
0 votes
0 answers
15 views

How properly migrate my selenide tests from selenoid to selenosis?

I have to move my tests to k8s. Previously, I run my tests in docker container with java and maven (dockerfile) against docker containers with browsers, like described in docker compose below with ...
Katerina Zharkaya's user avatar
0 votes
2 answers
314 views

Command not found: docker-compose after docker 4.32.0 update

After updating Docker on my mac to 4.32.0, docker-compose seems to not work anymore. Everything with docker works fine, all the docker commands work fine. I can also use docker run to start any ...
Prasannjeet Singh's user avatar

15 30 50 per page