From 508b84af295fa5a7d1cef4fb22d42411fbf7d3f5 Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 1 Mar 2023 15:30:07 +0100 Subject: [PATCH] fix web --- .gitmodules | 9 ++++++++- custom/faulty-site | 1 + custom/ixvd-site | 1 + docker-compose.web.yml | 4 ++-- 4 files changed, 12 insertions(+), 3 deletions(-) create mode 160000 custom/faulty-site create mode 160000 custom/ixvd-site diff --git a/.gitmodules b/.gitmodules index 26a052b..e8cb0fb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,14 @@ [submodule "env"] path = env url = git@git.ixvd.net:infra/env - [submodule "custom/backups/repo"] path = custom/backups/repo url = git@git.ixvd.net:infra/backups + +[submodule "custom/ixvd-site"] + path = custom/ixvd-site + url = git@git.ixvd.net:this/site + +[submodule "custom/faulty-site"] + path = custom/faulty-site + url = git@git.ixvd.net:didier/site diff --git a/custom/faulty-site b/custom/faulty-site new file mode 160000 index 0000000..c2e9e57 --- /dev/null +++ b/custom/faulty-site @@ -0,0 +1 @@ +Subproject commit c2e9e574a6b157d8d3f62024ca5454bb851382ef diff --git a/custom/ixvd-site b/custom/ixvd-site new file mode 160000 index 0000000..bea3757 --- /dev/null +++ b/custom/ixvd-site @@ -0,0 +1 @@ +Subproject commit bea37577df63b3505173b24d189185c20f2b1b0f diff --git a/docker-compose.web.yml b/docker-compose.web.yml index 025509f..ba4b048 100644 --- a/docker-compose.web.yml +++ b/docker-compose.web.yml @@ -3,7 +3,7 @@ version: '2.2' services: faulty-web: build: - context: ./repos/faulty-site + context: ./custom/faulty-site dockerfile: ./docker/latest.Dockerfile restart: always environment: @@ -15,7 +15,7 @@ services: ixvd-web: build: - context: ./repos/ixvd-site + context: ./custom/ixvd-site dockerfile: ./docker/latest.Dockerfile restart: always environment: