Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
15 views

I'm running a project with docker and traefik. I try to access http://myproject.localhost/typo3 Suddenly i get this error: "404 page not found" I don't know how to fix or to debug this error....
Mohamed Masmoudi's user avatar
0 votes
0 answers
27 views

I have a single ymal file with Gluetun and some Arr containers with Gluetun providing the VPN here is my code for Prowler prowlarr: image: linuxserver/prowlarr:latest container_name: prowlarr ...
AndrewT's user avatar
  • 518
Advice
0 votes
0 replies
49 views

I use docker-compose to run airflow. Postgres section is postgres: image: postgres:12.16 environment: - POSTGRES_USER - POSTGRES_PASSWORD - POSTGRES_DB healthcheck: test: [ "...
Cherry's user avatar
  • 34k
0 votes
0 answers
25 views

I'm trying to set it up via the docker compose plugin in OpenMediaVault's GUI. Essentially we supply the relevant app's docker compose yml contents and then pull it - all via GUI. Here's the yml I've ...
user9343456's user avatar
-3 votes
0 answers
90 views

When I run the command on docker container backend: psql -h localhost -p 5432 -U postgres I receive the following error: psql: error: connection to server at "localhost" (::1), port 5432 ...
andbri321's user avatar
-4 votes
0 answers
62 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 ...
Mario Petkovski's user avatar
1 vote
1 answer
52 views

I have a NestJS app using Mikro-ORM and PostgreSQL. I’m new to Dockerizing database migrations and Mikro-ORM in NestJS. Locally, when I run: npx mikro-orm migration:create npx mikro-orm migration:up ...
dumpAndDie's user avatar
2 votes
1 answer
80 views

Problem: I'm using the mongodb/mongodb-atlas-local Docker image in our CI/CD pipeline for running tests. While the verbose logging is acceptable for local development, it becomes problematic in CI/CD ...
Dmytro D's user avatar
-2 votes
0 answers
63 views

I encountered a SignatureDoesNotMatch issue when switching MinIO from Docker Run to Docker Compose. I'm using PresignedUploadURLs to upload files from the frontend (React/Axios). I've tried all the ...
Ildar Sufiyarov's user avatar
0 votes
1 answer
77 views

I’m running a WordPress site (https://example.com) behind Traefik on a VPS using rootless Docker (Docker daemon socket is /run/user/1000/docker.sock). Everything works fine except updating plugins ...
M. Safari's user avatar
  • 319
-2 votes
1 answer
110 views

I have the following docker-compose.yaml to roll my application. When I comment depends_on on newseo service, containers start with no issue and all healthchecks are passed. However, when I add ...
waifu_anton's user avatar
3 votes
2 answers
2k views

After apt update && apt upgrade I get docker compose issues: DOCKER_API_VERSION=1.52 docker compose ps # has expected result docker compose ps Error response from daemon: client version 1....
til's user avatar
  • 1,431
-1 votes
1 answer
58 views

I am trying to set up a home lab with HTTPS using Nginx. I have made the self signed certs and for this demo I am using the local domain production.local. My docker compose file for homer is services: ...
JamesMcC's user avatar
0 votes
0 answers
24 views

I've a docker-compose, that declares 2 services, a mongo bd and a python scripts. If I run this docker compose up it works fine. services: mongo: image: mongo:7.0 container_name: mongo_db ...
hcarrasko's user avatar
  • 2,352
0 votes
0 answers
46 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 ...
prashanth varma's user avatar
0 votes
1 answer
50 views

How do you write a docker compose file so that it recognizes a Redis config file and a custom username/password (I am trying to use an ACL file, see below) that is not hardcoded into the Redis-stack-...
SomeoneElse's user avatar
-2 votes
0 answers
73 views

I would need how to create the yaml to deploy the stack making sure it has alll these libraries and that it uses these ports Libraries: 1.1- openxlsx 1.2- xml2 1.3- rdflib 1.4- jsonld 1.5- jsonlite 1....
Rodrigo Gómez López's user avatar
0 votes
0 answers
72 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 ...
AllodyUser 's user avatar
2 votes
0 answers
98 views

I am working on a custom deployment of some open source software where some of the code needs to be modified to provide a couple additional features that are not present, so I'm working on making ...
jhyry's user avatar
  • 61
-1 votes
0 answers
77 views

I'm attempting to read a parameter from aws parameter store in my spring boot application. I succeeded on my local machine but I want to make this function without having to supply my access-key and ...
Lucas Lopes's user avatar
2 votes
1 answer
106 views

I have locally installed MediaWiki using Docker Compose, as described in the documentation. It works as expected. My project folder contains only LocalSettings.php and compose.yaml. The latter now ...
Watchduck's user avatar
  • 1,209
1 vote
2 answers
115 views

I'm using docker and docker-compose on Ubuntu. I’ve been struggling for a while with this recurring issue when trying to stop my Docker Compose stack: (base) frc@ubuntu-linux:\~/code-folder$ docker ...
FedRo's user avatar
  • 260
2 votes
0 answers
60 views

I run MinIO in Docker on Machine A and want to access it from Machine B (via Wi-Fi). boto3 returns 503 on HeadBucket, and the mc alias set fails. How should I configure MinIO and clients? docker yml ...
user2330646's user avatar
0 votes
0 answers
66 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: ...
Łukasz Skowroński's user avatar
-1 votes
1 answer
188 views

I have a Visual Studio 2022 solution with eight existing projects: three "ASP.NET Core Web API" projects, three "xUnit Test" projects, one "Class Library" project, and ...
J Earls's user avatar
  • 2,738
0 votes
1 answer
67 views

I am using redis and celery in docker-compose. I noticed that I am loosing celery tasks when I am restarting docker-compose (docker-compose down, and then docker-compose up) How to improve my redis ...
mascai's user avatar
  • 1,718
-1 votes
1 answer
67 views

I have a very simple Docker project setup with a vscode devcontainer. There are two Docker containers, dev and db This works! I open the project in the devcontainer and everything works fine, until i ...
Nique's user avatar
  • 581
0 votes
1 answer
76 views

I'm running MongoDB inside Docker with a replica set enabled, and I want to connect to it from my host machine using MongoDB Compass. Here’s my docker-compose.yml snippet: services: mongo: ...
Steeven Delucis's user avatar
1 vote
1 answer
238 views

I have a Django app build by uv running inside Docker. I mount the local filesystem as a volume in the container using Docker Compose so that edits to the source code locally trigger reloading of the ...
trubliphone's user avatar
  • 4,586
0 votes
0 answers
42 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: ...
V. Sakurai's user avatar
1 vote
0 answers
41 views

I have a MongoDB Docker container, running locally. I have set this up using the following file, docker-compose.yml services: mongodb: container_name: mongodb-local image: mongo:latest ...
user2318704's user avatar
0 votes
0 answers
46 views

Imagine that I have tests that need to start DynamoDB, Redis, etc., in a Docker container. It's a Java/Gradle project, so you can use the gradle-docker-compose-plugin plugin to ensure that docker ...
MikeW's user avatar
  • 66
2 votes
1 answer
100 views

Why does Spring Boot try to connect to localhost:6379 when running inside Docker, even though I set SPRING_DATA_REDIS_HOST=app-redis in the environment variables? How can I make it connect to the ...
almubarak96's user avatar
1 vote
0 answers
59 views

I created an ASP.NET Core MVC application that serves up a Blazor WASM application. I then want to Dockerize it and run it with docker-compose so I can run it with some other stuff so the other ...
Daniel Kelsch's user avatar
0 votes
0 answers
43 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 ...
poisn's user avatar
  • 447
-1 votes
1 answer
52 views

I'm trying to set up a new project on my Mac and keep getting this error: Installing python dependencies using uv... sha256:bdb43f6ddf37f279e9384342167f6bb16c5a97e7514d890714d9fbf0eb753f15 docker: ...
Mazhar Ali's user avatar
4 votes
1 answer
126 views

I'm using Docker Compose to run a simple HTTP server on multiple replicas to test Load Balancing capabilities of Docker Compose and Nginx. There are 2 services in the docker-compose.yml file: services:...
Joe Doe's user avatar
  • 93
1 vote
0 answers
115 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 ...
Qohelet's user avatar
  • 1,661
0 votes
1 answer
80 views

I am converting docker containers into Custom Apps of TrueNAS 25.04 managing them in the WebUI. It should prevent iX from messing them unnoticeably. A Custom App can be created from filling in the ...
crackpot's user avatar
  • 425
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 ...
Shorya Dubey's user avatar
0 votes
0 answers
75 views

I'm using a newer version of airflow (airflow:3.0.6) with docker compose. Essentially I have just copied and slightly modified the official docker-compose file provided by Airflow itself: https://...
Qohelet's user avatar
  • 1,661
1 vote
1 answer
336 views

I am developing a FastAPI project and using SQLAlchemy and Alembic. I'm running everything in Docker containers with Docker Compose. Now, I'm worried about something. I would like to take advantage of ...
user1620696's user avatar
  • 11.5k
0 votes
1 answer
62 views

I am making a websocket webgame. I am trying to standardize data going over the websocket via some shared "Action" objects. I am using docker volumes to share a "shared" directory ...
Pinkflamess's user avatar
0 votes
0 answers
129 views

I spent all afternoon with ChatGPT and couldn't figure this out. Using Minio in a Docker Stack for local development, everything works fine. Would love to, though, start it up with: a default ...
André Alçada Padez's user avatar
0 votes
0 answers
47 views

I have a docker application that we have deployed on a clients Windows 2022 server. As part of the clients security protocol the server does occasional restarts. I'd like the app to be redeployed ...
asett's user avatar
  • 23
-5 votes
1 answer
101 views

I am preparing a web application to be deployed with Docker. Up to now I had only added two backend services that are working fine (a FastAPI Python app and an Express JavaScript app). One of them ...
Carlos Lavilla's user avatar
0 votes
1 answer
76 views

I have mongodb in a docker using this YML file. services: mongodb: image: mongo:latest container_name: mongodb restart: unless-stopped environment: MONGO_INITDB_ROOT_USERNAME: ...
mohamed's user avatar
  • 661
0 votes
0 answers
46 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 ...
Hashed's user avatar
  • 93
2 votes
1 answer
481 views

My docker compose config is: services: keycloak: image: keycloak/keycloak:latest container_name: keycloak ports: - 7080:7080 - 7443:7443 ...
vbulash's user avatar
  • 395
1 vote
2 answers
264 views

When using Symfony inside a container, %env(csv:...)% seems to break when populating a config option that expects an array. For example, in config/packages/framework.yaml: # see https://symfony.com/...
Alexandre Tranchant's user avatar

1
2 3 4 5
648