also faulty site
All checks were successful
update neo with compose files / update (push) Successful in 6s
All checks were successful
update neo with compose files / update (push) Successful in 6s
This commit is contained in:
parent
0605fe1178
commit
c0859663e7
3 changed files with 2 additions and 10 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,9 +1,6 @@
|
|||
[submodule "env"]
|
||||
path = env
|
||||
url = git@git.ixvd.net:infra/env
|
||||
[submodule "custom/faulty-site"]
|
||||
path = custom/faulty-site
|
||||
url = git@git.ixvd.net:didier/site
|
||||
[submodule "custom/backups/repo"]
|
||||
path = custom/backups/repo
|
||||
url = https://git.bits.team/Bits/bits-backups
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit c2e9e574a6b157d8d3f62024ca5454bb851382ef
|
|
@ -12,9 +12,7 @@ services:
|
|||
- internal
|
||||
|
||||
faulty-site:
|
||||
build:
|
||||
context: ./custom/faulty-site
|
||||
dockerfile: ./docker/latest.Dockerfile
|
||||
build: custom/web-placeholder
|
||||
restart: always
|
||||
environment:
|
||||
- VIRTUAL_HOST=faulty.nl
|
||||
|
@ -24,9 +22,7 @@ services:
|
|||
- internal
|
||||
|
||||
ixvd-web:
|
||||
build:
|
||||
context: ./custom/ixvd-site
|
||||
dockerfile: ./docker/latest.Dockerfile
|
||||
build: custom/web-placeholder
|
||||
restart: always
|
||||
environment:
|
||||
- VIRTUAL_HOST=ixvd.net
|
||||
|
|
Reference in a new issue