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
0 answers
10 views

if my application is running with docker compose how can I access localhost of within that application

I have a django application which runs through docker compose on my local system on localhost:80. I have another application which runs at localhost:3000. I want to access http://localhost:3000 within ...
Always_a_learner's user avatar
0 votes
0 answers
8 views

localhost:3000 not working when I start a docker container for my Rails project

I was following a tutorial on how to Dockerize a brand new Rails 7 app. I amde the Docker container 'distant-mirror' Setting up the Docker container took about two hours, but now I entered in my ...
Noop Noop's user avatar
0 votes
0 answers
11 views

Custom Dockerfile and docker-compose.yml file for Kafka and Zookeeper containers doesn't produce and consume messages

I'm trying to create a custom Dockerfile and docker-compose.yml files for Kafka and Zookeeper services, in order to understand how to configure it, and how those services are communicated between each ...
Jesus Fragoso Jimenez's user avatar
0 votes
0 answers
8 views

SyntaxError: Unexpected identifier 'port' occur when execute "docker-compose up"

I have created called visitor. The project contains package.json, index.js, Dockerfile and docker-compose.yml. I'm newbie and try to learning about K8S, docker. Please help me solve it. package.json `{...
Philip's user avatar
  • 11
0 votes
0 answers
13 views

Publish blazor app via Nginx web server , deployment and ssl issue

I am trying to publish my Blazor web app via an NGINX web server. I containerized the Blazor app using Docker and Docker Compose orchestration. I also have a .NET Web API that handles backend API ...
Tadeh Boghosian's user avatar
0 votes
0 answers
13 views

Nginx reverse proxy to jBPM Business-Central doesn't work as expected

So my setup is simple. I'm using docker compose to spin up a DB, jBPM and a reverse proxy Nginx service so I can add custom domain and TLS to the equation here. Docker-compose.yml version: '3.8' ...
Panagiss's user avatar
  • 3,520
-1 votes
0 answers
11 views

Prometheus Error: "data does not end with # EOF" during backfill using 'promtool tsdb create-blocks-from'

I am trying to backfill Prometheus metrics data from files using a Docker container. My setup was working fine until I reinstalled Docker. Now, I am encountering the following error: An error occurred:...
Anugraha Mahesh's user avatar
0 votes
0 answers
18 views

"File not found" on the api page when loading Laravel NGINX app with docker-compose

I have an app that has a server (Laravel) and a client (nodeJS) running on a nginx server with docker-compose. I get the "File not found" error when I go to "localhost/api" page. ...
ivel's user avatar
  • 1
0 votes
0 answers
20 views

I cannot run the image ollama correctly when I run it through docker-compose.yml

I am working on a project to analyze text messages to extract specific data from them. Regular expressions in Python don't work well because the text formats are constantly changing and there is no ...
Michael's user avatar
0 votes
1 answer
23 views

SSH-Shell, GitLab Container Registry, docker-compose: Denied Access Forbidden

I have the following problem and have not yet found a solution in any other post. I am currently working in an SSH shell and should "move" one or more apps from another SSH shell. The apps ...
FelixFeuerdorn's user avatar
0 votes
1 answer
18 views

OpenSearch custom config settings are not seen in the opensearch dashboard

I'm new to OpenSearch, and I'm trying to configure OpenSearch using few customizations. First thing is I want to setup a different authentication method using OpenID Connect instead of using the ...
Akila Induranga's user avatar
0 votes
0 answers
27 views

How to grant communication between NG App and NESTJS Api in docker env, when using the remote IP of the docker host

I´m using the following setup to docker-compose my environment, and everything works fine as long I am using the ng client via localhost. From remote hosts where I am using the IP of the docker host, ...
meDom's user avatar
  • 255
1 vote
0 answers
17 views

Docker Compose Wordpress Image directory got merge instead of overwritten

My project directory looks like the following wp-content - mu-plugins - plugins - theme - newtheme docker-compose.yml and my docker-compose.yml # wordpress wordpress: depends_on: ...
Harts's user avatar
  • 4,063
0 votes
0 answers
20 views

Docker Compose Watch populates <none> images [duplicate]

I'm writing an application using ASP.NET Core 8 and SQL Server. I use docker-compose watch feature to rebuild my image every time there's a source code change Here's my Dockerfile for .NET app FROM ...
Arsen Aghajanyan's user avatar
2 votes
1 answer
37 views

Where do the docker image and docker container names come from?

To start a Docker container I ran the command docker compose up -d. (Actually, the -d switch is unimportant.) docker ps shows the following containers are running. CONTAINER ID IMAGE ...
FreelanceConsultant's user avatar

15 30 50 per page
1
2 3 4 5
2144