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"]
|
[submodule "env"]
|
||||||
path = env
|
path = env
|
||||||
url = git@git.ixvd.net:infra/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"]
|
[submodule "custom/backups/repo"]
|
||||||
path = custom/backups/repo
|
path = custom/backups/repo
|
||||||
url = https://git.bits.team/Bits/bits-backups
|
url = https://git.bits.team/Bits/bits-backups
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit c2e9e574a6b157d8d3f62024ca5454bb851382ef
|
|
|
@ -12,9 +12,7 @@ services:
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
faulty-site:
|
faulty-site:
|
||||||
build:
|
build: custom/web-placeholder
|
||||||
context: ./custom/faulty-site
|
|
||||||
dockerfile: ./docker/latest.Dockerfile
|
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=faulty.nl
|
- VIRTUAL_HOST=faulty.nl
|
||||||
|
@ -24,9 +22,7 @@ services:
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
ixvd-web:
|
ixvd-web:
|
||||||
build:
|
build: custom/web-placeholder
|
||||||
context: ./custom/ixvd-site
|
|
||||||
dockerfile: ./docker/latest.Dockerfile
|
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=ixvd.net
|
- VIRTUAL_HOST=ixvd.net
|
||||||
|
|
Reference in a new issue