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
|
@ -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