From f45fb0171a507406c2e0e4649f8f82600c7f95f8 Mon Sep 17 00:00:00 2001 From: Didier Date: Mon, 1 May 2023 21:42:16 +0200 Subject: [PATCH] whoops, fix --- custom/faulty-web | 2 +- custom/ixvd-web | 2 +- docker-compose.web.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/custom/faulty-web b/custom/faulty-web index da77ad4..c46ed32 160000 --- a/custom/faulty-web +++ b/custom/faulty-web @@ -1 +1 @@ -Subproject commit da77ad445127d42373f929f6cbd90407f85f088c +Subproject commit c46ed32101026e5967223031f3ca5be935c2fd78 diff --git a/custom/ixvd-web b/custom/ixvd-web index 3327d54..c9b8cc8 160000 --- a/custom/ixvd-web +++ b/custom/ixvd-web @@ -1 +1 @@ -Subproject commit 3327d548604f68c13424e648c377877dc538fc92 +Subproject commit c9b8cc800a05c8a3ef817c9c3d431ab4b7b7877d diff --git a/docker-compose.web.yml b/docker-compose.web.yml index 0b644e2..7bb7614 100644 --- a/docker-compose.web.yml +++ b/docker-compose.web.yml @@ -2,9 +2,7 @@ version: '2.2' services: faulty-web: - build: - context: custom/faulty-web - dockerfile: neo.Dockerfile + build: custom/faulty-web restart: always environment: - VIRTUAL_HOST=faulty.nl @@ -14,7 +12,9 @@ services: - internal ixvd-web: - build: custom/ixvd-web + build: + context: custom/ixvd-web + dockerfile: neo.Dockerfile restart: always environment: - VIRTUAL_HOST=ixvd.net