Skip to main content
-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
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
Advice
0 votes
2 replies
52 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
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
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
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
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
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