Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
36 views

I’m having a problem and I can’t find a solution. I have deployed a Django backend and a React frontend using Docker. I’m using Traefik as a reverse proxy for the web server. When I start Traefik, the ...
0 votes
0 answers
37 views

UncaughtException: Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap ...
0 votes
0 answers
60 views

I’m setting up a WebRTC video calling system based on Spring Boot 3, Kurento Media Server, and coturn, all running inside Docker. The goal is to make peer-to-peer media connections (doctor–patient ...
1 vote
0 answers
869 views

I'm currently building a set of big data tools in Docker. I'm using Ubuntu 22 locally. Python in its latest version, Apache Spark 3.5.0 and Airflow 2.7.3. I'm having trouble configuring Spark with ...
0 votes
0 answers
57 views

Based on information available in the Docker documentation I created a Docker compose file for Docker Gateway that works together with Claude Code running in the container. name: Test networks: ...
0 votes
0 answers
39 views

I'm working on a Node.js project (a Discord bot), and I want the version from package.json to be automatically inserted into docker-compose.yml as a Docker image tag. Something like this: services: ...
1 vote
0 answers
96 views

I’m trying to run Apache Airflow 3.1. with the CeleryExecutor using Docker Compose (together with Redis + Postgres). My problem is, when I trigger a DAG (directly over the command line or how it's ...
0 votes
0 answers
39 views

I'm running Serenity BDD tests inside a Docker container as part of an Azure Pipeline. The tests are executed using Microsoft Edge (via Selenium Grid), and the video recordings are published as ...
1 vote
0 answers
75 views

I’m trying to use Llama Stack with an MCP server in a Docker setup. Both containers are running and networked correctly, and the MCP tool group is visible in the Llama Stack server, but when I try to ...
0 votes
0 answers
267 views

In short, guys, I need an example of a NESTJS application in this latest version 9 dockerized with hot/live reload working (ie, saving a file locally and the container restarting) in a windows ...
0 votes
0 answers
45 views

TLDR:Dockerised app redirects me to docker network URL instead of localhost. Objective: Redirect user to identity provider (localhost:6067) while communicating with it at (mcro.identity) from Razor ...
1 vote
0 answers
55 views

I am new to Docker. I am trying to run PrestaShop 1.7.7.2 using Docker Compose on my ARM Mac. The stack includes MariaDB, PrestaShop, and phpMyAdmin. Instead when I access the localhost on the web I ...
0 votes
0 answers
42 views

ArangoDB is executed in a docker environment and an init script is provided successfully. It is executed at startup of ArangoDB. This script is executed without errors in any case (see log at bottom). ...
2 votes
0 answers
119 views

I am building a microservices application using Spring Boot, and I am running two distinct postgres containers on docker for two of the microservices running on my local machine (Windows 10). The ...
1 vote
0 answers
84 views

I configured a devcontainer using a docker-compose.yaml. The „sidecars“ are a database and a Keycloak instance. It works well. The Keycloak is only needed in some scenarios, so I’m looking for a way ...
0 votes
0 answers
65 views

I have a Blazor web application. It running in a docker compose with 2 databases. It uses a SignalR Hub references as TacticsHub. It was working fine with Visual Studio and Visual Studio code. I could ...
1 vote
0 answers
59 views

I am working in a django project where I have installed and configured whitenoise to serve static files in railways. But railways is not serving or collecting my new js files. In my browser I get a ...
0 votes
0 answers
98 views

I have a multi-container application (database, clientside, serverside and traefik). When I simply up project and expose 3000 port for clientside and access it in browser (localhost:3000) it works ...
0 votes
0 answers
67 views

edit2: solved this by downloading apoccore to enhance apocextended edit: running this `match (from:_Category)<-[:_from]-(r:_Relationship)-[:_to]->(to:_Category) match (x)-[rel]->(y) where ...
0 votes
0 answers
40 views

Please guide. Thanks in advance We are running an application on docker with multiple containers with the help of a docker compose file. Azure Ad is configured for authentication. The url is exposed ...
1 vote
0 answers
83 views

I’m trying to run a Consul server (SERVER_IP) in Docker, and have a Consul client (CLIENT_IP) on another server join the cluster. Everything works when the server is run in bare metal, but when ...
0 votes
0 answers
62 views

unfortunately, after connecting RabbitMQ, I can't open my app on any port. After running, my app is up, but while RabbitMQ is running in Docker, I can't open Swagger on localhost with any port that I ...
2 votes
0 answers
90 views

I have a quite complex Docker Compose file here which includes databases, multiple APIs and web endpoints with quite some dependencies. When I start the whole thing via docker compose up -d it starts ...
0 votes
0 answers
43 views

This is what my current docker compose looks like, wanting to mock a service where the mappings are mounted to /app/__admin/mappings and files that are used in bodyFileName are mounted to/app/__admin/...
0 votes
0 answers
75 views

I'm trying to get the IP of the client that's making a registration request, but when I try to get the data from code, I get the address of the Docker container. I made the following changes: ...

1
2 3 4 5
135