Skip to main content

Questions tagged [docker-compose]

The tag has no usage guidance.

0 votes
0 answers
83 views

How to run and network Docker Swarm inside Docker containers?

I'm trying to get docker swarm to run inside docker-compose where containers fill the role of nodes. For educational purposes, I'd like to be able to simulate a distributed swarm via docker-compose. ...
1 vote
1 answer
1k views

Error when setting up Ansible AWX

Im setting up Ansible AWX on my Windows 10 machine using docker-compose. When running the install playbook ansible-playbook -i inventory install.yml I get the error below. Im able to see the login ...
1 vote
0 answers
70 views

New to self-hosting and struggling with Monica CRM Docker setup (503 Error)

As someone new to self-hosting, I embarked on what I thought would be a relatively simple project: setting up Monica CRM using Docker. However, I've encountered an unexpected challenge and am seeking ...
0 votes
0 answers
149 views

Configure Portainer Stacks from outside / from config files (not through the web ui)

I'm using Portainer to watch my Docker compose stacks and restart them with new image versions when the corresponding docker-compose.yml changes. My docker-compose.yml is inside a Github repo and ...
0 votes
2 answers
1k views

How to connect to WSL Docker Container using localhost keyword

Is there some way to connect to a container, running inside WSL 2, using the keyword localhost instead of 127.0.0.1:port? To give more context, I have a Docker Compose to run a Microsoft SQL Server ...
0 votes
0 answers
860 views

Why can my Docker host access containers on ipvlan when network parent is WiFi, but not when network parent is Ethernet?

I have a Docker compose setup that consists of two containers (though I will be adding more once I get past my current problem). I am running it on a Linux Mint machine with Docker 24.0.7 and Docker ...
0 votes
1 answer
719 views

Error response from daemon, stat overlay no such file or directory after changing docker root location

I changed docker's data root on my system because the var partition was beginning to fill up, following this tutorial but substituting --data-root instead of -g. After making the switch, one of my ...
0 votes
1 answer
741 views

How to install latest docker-compose without docker desktop

I have installed docker this way https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository └─$ docker --version Docker version 24.0.5, build 24.0.5-0ubuntu1~20.04.1 then trying to ...
0 votes
0 answers
97 views

Configure a Raspbery Pi Nextcloud local server to run https with Docker containers

I'm trying to set up a Nextcloud server on my local nextwork using a Raspberry Pi. To do so, I used 3 docker images: nextcloud, posgresql and nginx. But even if I want to use this cloud only within my ...
0 votes
0 answers
227 views

In docker-compose, Error adding SSL Certificate to reverse proxy to consume websocket?

Deploying docker in windows 11 and working with docker-composer, I am trying to enable the ssl certificate for my setup where I want to enable nginx as a reverse proxy to allow secure websockets wss://...
0 votes
0 answers
124 views

In Docker, how to integrate WebSocket into LAMP Service with an intermediary reverse proxy?

Good morning friends, I have the following docker-compose.yml file with which I install a reverse proxy and a LAMP stack with the phpmyadmin service. Note: I have practically created it from scratch ...
2 votes
1 answer
259 views

Within Docker, how to correctly add a task to cron programmatically (scripting)? no errors are perceived in log

After several days of messing around with Docker, I have not found a solution to my problem. In short, I have tried to add cron to php:8.1-apache-bullseye and pass it a file with the task that I want ...
1 vote
0 answers
75 views

Launch docker container from power shell fail, unexpected behavior?

I have created the following script in powershell for two objectives: read from an .env file the setup of the local urls of my development environment and deploy them to the Windows hosts file. take ...
1 vote
1 answer
739 views

How does Docker Desktop work on Linux (Ubuntu)?

I was using Docker CLI when working with Linux. But recently I reinstalled my system so wanted to try Desktop version: enabled KVM, made sure file sharing thing is working, initialized pass thing, ...
0 votes
1 answer
60 views

How to orchestrate three containers with docker-compose, making the applications communicate among themselves using the container name?

I have 3 images (todofront, todoback, and todotests), and I use docker-compose to orchestrate these images by creating the containers. Docker-compose: version: '3' services: todotests: image: ...

15 30 50 per page