From d1e70ad765c496ecc3983d193f689b64f7f4cf45 Mon Sep 17 00:00:00 2001 From: djorgensen Date: Wed, 20 Nov 2024 13:00:53 -0700 Subject: [PATCH] remove apache2 config --- docker-compose-httpd.yml | 41 ---------------------------------------- 1 file changed, 41 deletions(-) diff --git a/docker-compose-httpd.yml b/docker-compose-httpd.yml index 6115b39..a461478 100644 --- a/docker-compose-httpd.yml +++ b/docker-compose-httpd.yml @@ -36,47 +36,6 @@ services: networks: - traefikproxy - # apache: - # build: . - # container_name: apache2 - # links: - # - db - # labels: - # - "traefik.enable=true" - # - "traefik.port=80" - # - "traefik.http.routers.http_catchall.rule=HostRegexp(`{any:.+}`)" - # - "traefik.http.routers.http_catchall.entrypoints=web" - # - "traefik.http.routers.http_catchall.middlewares=https_redirect" - # - "traefik.http.middlewares.https_redirect.redirectscheme.scheme=https" - # - "traefik.http.middlewares.https_redirect.redirectscheme.permanent=true" - # - "traefik.http.middlewares.non_www.redirectregex.regex=^https://(?:www\\.)?(.+)" - # - "traefik.http.middlewares.non_www.redirectregex.replacement=https://$${1}" - # - "traefik.http.middlewares.non_www.redirectregex.permanent=true" - # - "traefik.http.routers.nginx.middlewares=https_redirect@docker, non_www@docker" - # volumes: - # - /var/www:/var/www - # - /docker/httpd/apache2.conf:/etc/apache2/apache2.conf - # - /etc/apache2/mods-enabled/rewrite.load:/etc/apache2/mods-enabled/rewrite.load - # - /etc/apache2/mods-enabled/ssl.conf:/etc/apache2/mods-enabled/ssl.conf - # - /etc/apache2/mods-enabled/ssl.load:/etc/apache2/mods-enabledd/ssl.load - - - # - /etc/apache2/sites-available/000-default.conf:/etc/apache2/sites-enabled/000-default.conf - # - /etc/apache2/sites-available/d-jorgensen.com.conf:/etc/apache2/sites-enabled/d-jorgensen.com.conf - # - /etc/apache2/sites-available/denbyjorgensen.com.conf:/etc/apache2/sites-enabled/denbyjorgensen.com.conf - # - /etc/apache2/sites-available/atelierportage.com.conf:/etc/apache2/sites-enabled/atelierportage.com.conf - # - /etc/apache2/sites-available/kefcon.ca.conf:/etc/apache2/sites-enabled/kefcon.ca.conf - # - /etc/apache2/sites-available/ripplesandwaves.ca.conf:/etc/apache2/sites-enabled/ripplesandwaves.ca.conf - # - /etc/apache2/sites-available/kathleensera.com.conf:/etc/apache2/sites-enabled/kathleensera.com.conf - # - /etc/apache2/sites-available/d-jorgensen.com-le-ssl.conf:/etc/apache2/sites-enabled/d-jorgensen.com-le-ssl.conf - # - /etc/apache2/sites-available/denbyjorgensen.com-le-ssl.conf:/etc/apache2/sites-enabled/denbyjorgensen.com-le-ssl.conf - # - /etc/apache2/sites-available/atelierportage.com-le-ssl.conf:/etc/apache2/sites-enabled/atelierportage.com-le-ssl.conf - # - /etc/apache2/sites-available/kefcon.ca-le-ssl.conf:/etc/apache2/sites-enabled/kefcon.ca-le-ssl.conf - # - /etc/apache2/sites-available/ripplesandwaves.ca-le-ssl.conf:/etc/apache2/sites-enabled/ripplesandwaves.ca-le-ssl.conf - # - /etc/apache2/sites-available/kathleensera.com-le-ssl.conf:/etc/apache2/sites-enabled/kathleensera.com-le-ssl.conf - # networks: - # - traefikproxy - db: image: mariadb:10.5.26 container_name: mariadb