Questions tagged [jwilder-nginx-proxy]

Questions related to the jwilder/nginx-proxy docker image

The jwilder/nginx-proxy docker image

186 questions
1
vote
2 answers

host containers in different subfolders of URL http://10.10.10.10/site-a and http://10.10.10.10/site-b

I have a dedicated server on which I want to host different sites, each running in a separate docker container. I don't have a domain, so I want to access the server by IP address or dynDNS URL. Each site should be available under a subfolder of my…
user3620060
  • 131
  • 1
  • 14
1
vote
0 answers

Gunicorn + jwilder ~ 503 connect() failed (111: Connection refused) while connecting to upstream

My working code is flask + jwilder(nginx) with basic auth, buth when i'm using gunicorn + jwilder(nginx) i'm got error.. My detail code in : https://github.com/jwilder/nginx-proxy/issues/1253 Thanks for help..
1
vote
1 answer

Using letsencrypt-nginx-proxy-companion in multi-image, multi-domain docker-compose.yml

I want to serve 5 different websites, each has it's own docker image on dockerhub and I want to serve all of them with one docker-compose.yml file. The tools I am using are: - nginx-proxy - letsencrypt-nginx-proxy-companion And I want to 1. Use…
user1227793
  • 305
  • 1
  • 4
  • 14
1
vote
0 answers

No images through nginx-proxy

I'm setting up a VPS via ansible to run a web app that's already in a docker container. That part is up and running. Moving on to the proxy part, I added jwilder/nginx-proxy and jrcs/letsencrypt-nginx-proxy-companion to my playbook. In general that…
devNoise
  • 364
  • 3
  • 12
1
vote
3 answers

Docker nginx proxy, open ldap and phpldapadmin - unable to access ldap admin through nginx

I think that I have misconfiguration issue in my environment, and I would like to hear your opinions about it. Advice or help to solve it would be more than welcome. Description: I have problem with accessing to LDAP Admin using jwilder/nginx-proxy…
Elmin
  • 11
  • 1
  • 6
1
vote
2 answers

ERROR: In file './docker-compose.yml', service name True must be a quoted string, i.e. 'True'

My docker-compose.yml looks like the below. When i run docker-compose up I get the below error. ERROR: In file './docker-compose.yml', the service name True must be a quoted string, i.e. 'True'. version: '3' services: db: restart: always …
1
vote
1 answer

Nginx ignores server_name

I want to set up a proxy server for two or more websites but it always show me the first website and ignoring server_name. I reviewed the documentation about miscellaneous names and set up everything according to the tips. My nginx config looks like…
Sorbo
  • 339
  • 1
  • 5
1
vote
0 answers

Automated nginx proxy with fastcgi backends

I can not figure out, how to connect jwilder/nginx-proxy directly to a fastcgi backend. As i am using docker stack, this is the corresponding compose-file: php-fpm: image: some/php-app working_dir: /var/www/application environment: VIRTUAL_HOST:…
user2534584
  • 483
  • 2
  • 8
  • 15
1
vote
1 answer

MySQL Connection access denied, but only 50% of the time, in Docker with Nginx-Proxy

I'm trying to get a local development environment running with multiple projects. After some heavy tinkering I stumbled across this project , and started adapting it to my own projects. Each project consist of 2 containers, a mysql container and a…
Rentabear
  • 300
  • 2
  • 11
1
vote
1 answer

Multiple sites on local machine and docker on Windoows

I am trying to create 2 sites (with same code base just to test) to test SSO functionality (nothing to do with my question in terms of SSO) and I am using docker-compose.yml file for that. I have taken this copy of yml file online and it works fine…
Subrato M
  • 159
  • 1
  • 12
1
vote
1 answer

How to access a docker container behind a reverse proxy on it's public address from another container

I setup 2 Docker containers a and b that both expose HTTP services. They should be publicly accessbile through their virtual host names a.domain.com and b.domain.com. Furthermore a should be able to access b on it's public virtual host name, i.e. it…
cmonsqpr
  • 583
  • 6
  • 13
1
vote
3 answers

AWS ECS jwilder/nginx-proxy fails to generate servers inside upstream

I am trying to setup jwilder/nginx-proxy as reverse-proxy to proxy requests to various containers that expose the VIRTUAL_HOST=example.com environment variables. The setup works if the container is started directly on the ec2 cluster host but fails…
1
vote
2 answers

Docker Nginx Reverse Proxy Bad Gateway using wordpress and mysql containers

I also search other questions but they don't fit me. (Docker nginx reverse proxy gives "502 Bad Gateway" or docker nginx 502 bad gateway) In my situation, I install docker-ce to my personal VPS server as given: Client: Version: 18.03.1-ce …
Dr. X
  • 2,890
  • 2
  • 15
  • 37
1
vote
1 answer

Gitlab CE throws an error and Web IDE hangs behind nginx reverse pxy (jwilder)

I'm new here. I have a strange error with gitlab CE (Docker) behind a reverse proxy (Docker/nginx-letsencrypt by jwilder), the same Docker Image runs without any error when the image ports 80 & 443 are mapped directly to the hosts ports. The http…
1
vote
0 answers

nginx-proxy docker container crashes with exit code 2

Introduction Hello folks! It is great to have helpful and skillful members like you. I am stuck after reproducing the step-by-step instructions from various blogs to create a whole suite of Docker-powered apps from a small hosted VPS. Mainly to…