From c0859663e75fa659dac830879e85c7b69b48a8cf Mon Sep 17 00:00:00 2001 From: Didier Date: Sun, 30 Apr 2023 00:32:30 +0200 Subject: [PATCH] also faulty site --- .gitmodules | 3 --- custom/faulty-site | 1 - docker-compose.web.yml | 8 ++------ 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 160000 custom/faulty-site diff --git a/.gitmodules b/.gitmodules index f65a51c..a6754e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "env"] path = env url = git@git.ixvd.net:infra/env -[submodule "custom/faulty-site"] - path = custom/faulty-site - url = git@git.ixvd.net:didier/site [submodule "custom/backups/repo"] path = custom/backups/repo url = https://git.bits.team/Bits/bits-backups diff --git a/custom/faulty-site b/custom/faulty-site deleted file mode 160000 index c2e9e57..0000000 --- a/custom/faulty-site +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c2e9e574a6b157d8d3f62024ca5454bb851382ef diff --git a/docker-compose.web.yml b/docker-compose.web.yml index 2a6af12..463ba3f 100644 --- a/docker-compose.web.yml +++ b/docker-compose.web.yml @@ -12,9 +12,7 @@ services: - internal faulty-site: - build: - context: ./custom/faulty-site - dockerfile: ./docker/latest.Dockerfile + build: custom/web-placeholder restart: always environment: - VIRTUAL_HOST=faulty.nl @@ -24,9 +22,7 @@ services: - internal ixvd-web: - build: - context: ./custom/ixvd-site - dockerfile: ./docker/latest.Dockerfile + build: custom/web-placeholder restart: always environment: - VIRTUAL_HOST=ixvd.net