Skip to main content

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
1 answer
11 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
0 answers
7 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
18 views

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

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
1 answer
14 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
3 votes
0 answers
25 views

Persistent Volumes using Docker Compose (Dokploy, Directus)

I'm relatively new to Docker and trying to learn self-hosting to host some small projects. I use a reasonably new PaaS tool called Dokploy to manage my containers. I have been trying to run Directus (...
Ere Männistö's user avatar
0 votes
0 answers
22 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
29 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
29 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
17 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
9 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
-1 votes
0 answers
34 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
-1 votes
0 answers
14 views

Failed to load ApplicationContext for [WebMergedContextConfiguration@fcb4004 testClass in Spring boot on docker compose

I would like to add authorisations via LDAP to the project. So I added the necessary classes to the project and there was a problem building the application. I have tried various configurations ...
dominik's user avatar
  • 43
0 votes
1 answer
122 views

Return value of sqlExceptionHelper() is null

I was trying my hands on running my Spring Boot application with MySQL database on Docker Desktop via docker compose. I am getting this error upon running docker compose up . app-1 | java.lang....
amangupta's user avatar
0 votes
0 answers
11 views

Run into an issue after typing the command docker compose up -d [duplicate]

This is in vagrant run sudo -i cd emartapp Run docker-compose up -d Here's the command and error message [root@localhost emartapp]# docker compose up -d [+] Building 33.8s (12/20) ...
Elizar Dela Isla's user avatar
0 votes
0 answers
22 views

i want to deploy a djago project, using gitlab cicd. but i see "module not found error".but the path seems to be set correclty

I am currently working on a django project and need to deploy this to the server. I use gitlab for ci/cd purpose. for requests, i use the gunicorn and the nginx. i dockerized the nginx and the '...
Mohammad's user avatar

15 30 50 per page
1
2 3 4 5
2147