Skip to main content
Advice
0 votes
0 replies
41 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
24 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
82 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
59 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
49 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
79 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
62 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
75 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,421
-1 votes
1 answer
46 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
23 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
47 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

15 30 50 per page
1
2 3 4 5
2160