Questions tagged [docker-compose]

Compose is a tool for defining and running multi-container Docker applications.

Docker Compose is a tool for defining and running multi-container Docker applications.

581 questions
-1
votes
1 answer

Assigning subdomain to ECS via Docker Compose

I'm currently using Docker Compose AWS ECS to deploy a backend server. Currently the backend server is listening to port 80. I have a domain I own that has a dedicated hosted zone on Route 53. I'm wanting to create a subdomain (aka…
-1
votes
1 answer

Port Forward with dockerized OpenVPN-Server

So I am a bit new to the VPN stuff and am currently getting a little desperate. For what I want to do. I have rented a little server somewhere (static IP, Domain and everything). Now I want to run some services on that server via docker. Those…
-1
votes
1 answer

Runing portainer on a new docker/docker compose install

Here is my .env file : PUID=1000 PGID=1000 TZ="Europe/Paris" USERDIR="/home/sylvain" DOCKERDIR="/home/sylvain/docker" DATADIR="/srv/storage" Here is my composer file : version: "3.9" ################ NETWORKS # You may customize the network subnet…
Sylario
  • 99
  • 1
  • 11
-1
votes
1 answer

Nginx works with IP address but not server name

I have Nginx running as a reverse proxy in front of Apache Guacamole. Everything works fine when accessing via IP address with XX.XX.XX.XX:8443. However I can't access via the server_name with "www.trainingserver1.com:8443". Here is the…
jrbe228
  • 101
  • 4
-1
votes
1 answer

django.db.utils.OperationalError: fe_sendauth: no password supplied

I found a Django project and failed to get it running in Docker container in the following way: git clone https://github.com/hotdogee/django-blast.git $ cat requirements.txt in this files the below dependencies had to be…
user977828
  • 225
  • 1
  • 6
  • 15
-1
votes
2 answers

django.db.utils.OperationalError: could not connect to server: Connection refused

I found a Django project and failed to get it running in Docker container in the following way: git clone https://github.com/hotdogee/django-blast.git $ cat requirements.txt in this files the below dependencies had to be…
user977828
  • 225
  • 1
  • 6
  • 15
-1
votes
1 answer

Deploying Wordpress with Portainer and editing afterwards

I have deployed a Wordpress container through Portainer and all is well with the container actually working. However, when I try to find the files locally to edit, I cannot. Did I miss a step? What do I need to do to put the data on my local Mac…
-1
votes
1 answer

Docker nginx Cannot start service

I am running docker and with that I am using nginx and cant start server on localhost full tracktrace ERROR: for nginx Cannot start service nginx: driver failed programming external connectivity on endpoint nz01…
TNN
  • 101
  • 1
  • 1
-2
votes
1 answer

How to setup reverse dns (rDNS) to my unmanaged vps server

Recently I've deployed a mail server on my VPS server using mailcow which is using docker/docker-compose. For sometimes sending mail was working fine. But recently all my mails are getting rejected. One of the reason it is showing from google that,…
-2
votes
1 answer

Hosting Multiple Django Websites on a VPS

I'm moving away from WordPress and into bespoke Django websites. I've settled on Django as my Python framework, my only problems at the moment are concerning hosting. My current shared hosting environment is great for WordPress (WHM on CloudLinux),…
-2
votes
2 answers

How is the underlying disk space (and associated technologies) for persistent storage usually configured in Docker

I want to attach persistent storage to my docker containers. I have tried NFS using TrueNAS and seem to have no luck there. Surely, I am approaching this in the wrong way. What are the common conventions for attaching persistent storage OUTSIDE of…
BitShift
  • 95
  • 1
  • 6
1 2 3
38
39