Skip to main content
Advice
0 votes
2 replies
54 views

How to setup a healthcheck for portainer edge agent in docker compose? Mine does not work. --- services: portainer_agent: image: portainer/agent:alpine container_name: portainer_agent ...
crackpot's user avatar
  • 425
0 votes
0 answers
28 views

I have a stack of containers built from the official AdamRMS compose file as per their documentation, running on a Synology NAS; services: adamrms_db: image: index.docker.io/mysql/mysql-server:8....
Joanny Rouviere's user avatar
0 votes
0 answers
39 views

How can I resolve the issue where Strapi hangs during Docker container build at the following step? => [strapi 8/8] RUN npm run build => => # - STRAPI_ANALYTICS_URL => => # ✔ ...
Vyacheslav Bogachev's user avatar
0 votes
1 answer
26 views

I have successfully removed sensitive values from my docker-compose.yaml using .env and secrets. But the container I'm running (https://github.com/Sync-in/server) also exposes the secrets in ...
Uuugh's user avatar
  • 1
1 vote
1 answer
126 views

I've below docker compose file which starts the keycloack service - version: '3.4' services: keycloak-postgres: image: postgres:13 environment: - POSTGRES_DB=keycloak - ...
user51's user avatar
  • 10.6k
1 vote
1 answer
149 views

I'm doing a tutorial that is quite old and the given docker compose file is referencing a Kafka image that is no longer available (bitnami/kafka:3.6). This caused docker-compose to fail: kafka Error {&...
nonpoliticaltag's user avatar
Best practices
0 votes
0 replies
36 views

I’m fairly new to GraphDB and large-scale RDF systems, and I would really appreciate some expert advice to understand whether I have configured things correctly or if I’m missing something. My goal is ...
GM dz0ji's user avatar
-2 votes
2 answers
104 views

I have a python/flask app that I do docker build then docker compose. I am persistently getting the app running on IP 0.0.0.0. Here is output of docker compose up:- Skipping DB seed: missing POSTGRES ...
AppNove's user avatar
  • 77
Best practices
0 votes
1 replies
61 views

I’m in the process of Dockerizing a Spring Boot application and building a docker-compose.yml file. I’ve split my configuration into two property files: application-local.properties -> for local ...
Shatazone's user avatar
  • 2,510
0 votes
1 answer
117 views

I'm using spring-boot-docker-compose to automatically configure datasources for my spring-boot application locally. I'm also using spring-boot-starter-flyway for schema creation/evolution. This works ...
wmkoch's user avatar
  • 383
1 vote
0 answers
71 views

I am trying to deploy Odoo Community Edition (v18) on a Debian server using Dockploy. My Setup: I have a custom folder for my own modules. I have an oca folder for community modules, managed as Git ...
BearInTheMountain's user avatar
0 votes
0 answers
59 views

I'm experiencing a strange behavior when running Apache Kafka in Docker. I have set up a Docker Compose environment with the following configuration: services: broker: image: apache/kafka:latest ...
floatingpurr's user avatar
  • 8,749
-2 votes
1 answer
145 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
Advice
0 votes
0 replies
55 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
1 vote
1 answer
72 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

15 30 50 per page
1
2 3 4 5
2157