From 4169b6e65f4ecd3af3c38368dd3fd03c5c9bf80a Mon Sep 17 00:00:00 2001 From: Didier Date: Wed, 19 Apr 2023 18:27:20 +0200 Subject: [PATCH] add dev site --- .gitmodules | 3 +++ custom/faulty-dev-web | 1 + docker-compose.web.yml | 10 ++++++++++ 3 files changed, 14 insertions(+) create mode 160000 custom/faulty-dev-web diff --git a/.gitmodules b/.gitmodules index f8c8b33..04648d2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,6 @@ [submodule "custom/backups/repo"] path = custom/backups/repo url = https://git.bits.team/Bits/bits-backups +[submodule "custom/faulty-dev-web"] + path = custom/faulty-dev-web + url = git@git.ixvd.net:didier/web diff --git a/custom/faulty-dev-web b/custom/faulty-dev-web new file mode 160000 index 0000000..972589e --- /dev/null +++ b/custom/faulty-dev-web @@ -0,0 +1 @@ +Subproject commit 972589e0433375f172efe55a79403d18bc1dbb33 diff --git a/docker-compose.web.yml b/docker-compose.web.yml index ba4b048..2a6af12 100644 --- a/docker-compose.web.yml +++ b/docker-compose.web.yml @@ -2,6 +2,16 @@ version: '2.2' 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: context: ./custom/faulty-site dockerfile: ./docker/latest.Dockerfile