whoops, fix
This commit is contained in:
parent
7785fc4eca
commit
f45fb0171a
3 changed files with 6 additions and 6 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit da77ad445127d42373f929f6cbd90407f85f088c
|
Subproject commit c46ed32101026e5967223031f3ca5be935c2fd78
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3327d548604f68c13424e648c377877dc538fc92
|
Subproject commit c9b8cc800a05c8a3ef817c9c3d431ab4b7b7877d
|
|
@ -2,9 +2,7 @@ version: '2.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
faulty-web:
|
faulty-web:
|
||||||
build:
|
build: custom/faulty-web
|
||||||
context: custom/faulty-web
|
|
||||||
dockerfile: neo.Dockerfile
|
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=faulty.nl
|
- VIRTUAL_HOST=faulty.nl
|
||||||
|
@ -14,7 +12,9 @@ services:
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
ixvd-web:
|
ixvd-web:
|
||||||
build: custom/ixvd-web
|
build:
|
||||||
|
context: custom/ixvd-web
|
||||||
|
dockerfile: neo.Dockerfile
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=ixvd.net
|
- VIRTUAL_HOST=ixvd.net
|
||||||
|
|
Reference in a new issue