From 1509b8540b3d2e7f4c6d5d977cd5b6e985722635 Mon Sep 17 00:00:00 2001 From: Didier Date: Sun, 30 Apr 2023 00:35:06 +0200 Subject: [PATCH] transfer to new site --- .gitmodules | 2 +- custom/{faulty-dev-web => faulty-web} | 0 docker-compose.web.yml | 14 ++------------ 3 files changed, 3 insertions(+), 13 deletions(-) rename custom/{faulty-dev-web => faulty-web} (100%) diff --git a/.gitmodules b/.gitmodules index a6754e2..ec022da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,5 +5,5 @@ path = custom/backups/repo url = https://git.bits.team/Bits/bits-backups [submodule "custom/faulty-dev-web"] - path = custom/faulty-dev-web + path = custom/faulty-web url = git@git.ixvd.net:didier/web diff --git a/custom/faulty-dev-web b/custom/faulty-web similarity index 100% rename from custom/faulty-dev-web rename to custom/faulty-web diff --git a/docker-compose.web.yml b/docker-compose.web.yml index 463ba3f..9414541 100644 --- a/docker-compose.web.yml +++ b/docker-compose.web.yml @@ -1,18 +1,8 @@ version: '2.2' -services: +services: faulty-web: - build: ./custom/faulty-dev-web - restart: always - environment: - - VIRTUAL_HOST=dev.neo.faulty.nl - - LETSENCRYPT_HOST=dev.neo.faulty.nl - networks: - - proxy - - internal - - faulty-site: - build: custom/web-placeholder + build: custom/faulty-web restart: always environment: - VIRTUAL_HOST=faulty.nl