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…
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..
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…
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…
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…
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
…
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…
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:…
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…
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…
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…
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…
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
…
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…
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…