Open ru61sco opened 2 years ago
yuh but not using this docker compose file. when using nginx, you need to setup the routing in proxy.conf. i used nginx as reverse proxy on a subdomain and name which pointed to this docker service and port.
@osimmac - I too am trying to build couchDB with compose. Then I use Nginx Proxy Manager to route and add SSL cert.
currently, my Nginx Proxy Manager is only locally accessible. Are you saying I have to forward face my NginxPM for this to work? when you say "name which pointed" are you referring to Docker's DNS?
EDIT fixed.
_
in subdomain i.e.
sub_domain.example.com
sub-domain.example.com
yuh but not using this docker compose file. when using nginx, you need to setup the routing in proxy.conf. i used nginx as reverse proxy on a subdomain and name which pointed to this docker service and port.
I'm setting up this livesync with nginx too, but little experience on configuring nginx. would you please show me your nginx config file
of this part and docker-compose.yml
file? THANKS!!!
seems that caddy needs port 80 and 443 and that conflicts with nginx. Is it possible to host the couchdb server and a nginx based website on the same server?