transfer to new site
All checks were successful
update neo with compose files / update (push) Successful in 8s
All checks were successful
update neo with compose files / update (push) Successful in 8s
This commit is contained in:
parent
c0859663e7
commit
1509b8540b
3 changed files with 3 additions and 13 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -5,5 +5,5 @@
|
|||
path = custom/backups/repo
|
||||
url = https://git.bits.team/Bits/bits-backups
|
||||
[submodule "custom/faulty-dev-web"]
|
||||
path = custom/faulty-dev-web
|
||||
path = custom/faulty-web
|
||||
url = git@git.ixvd.net:didier/web
|
||||
|
|
|
@ -1,18 +1,8 @@
|
|||
version: '2.2'
|
||||
|
||||
services:
|
||||
services:
|
||||
faulty-web:
|
||||
build: ./custom/faulty-dev-web
|
||||
restart: always
|
||||
environment:
|
||||
- VIRTUAL_HOST=dev.neo.faulty.nl
|
||||
- LETSENCRYPT_HOST=dev.neo.faulty.nl
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
faulty-site:
|
||||
build: custom/web-placeholder
|
||||
build: custom/faulty-web
|
||||
restart: always
|
||||
environment:
|
||||
- VIRTUAL_HOST=faulty.nl
|
||||
|
|
Reference in a new issue