From 838278c0c0979447a5ef2dcc50a01d8cc2f57789 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Thu, 13 Jan 2022 15:11:19 +0100 Subject: [PATCH] remove leftovers from nginx reverse proxy --- docker-compose.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0d12f8c..49b0716 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,24 +10,9 @@ services: options: max-size: "5m" max-file: "5" - environment: - - VIRTUAL_HOST=publiccode.eu,www.publiccode.eu - - VIRTUAL_PORT=8080 - - LETSENCRYPT_HOST=publiccode.eu,www.publiccode.eu - - LETSENCRYPT_EMAIL=contact@fsfe.org ports: - "50:8080" labels: proxy.host: "publiccode.eu" proxy.host_alias: "www.publiccode.eu" proxy.port: "50" - - # Connect the container which exposes the service to the 'bridge' network as - # this is where the reverse proxy is - connect-bridge: - image: docker:dind - volumes: - - /run/user/1001/docker.sock:/var/run/docker.sock - depends_on: - - pmpc - command: sh -c 'docker network connect bridge pmpc'