add dev site
This commit is contained in:
parent
d97efe0590
commit
4169b6e65f
3 changed files with 14 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -11,3 +11,6 @@
|
||||||
[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
|
||||||
|
[submodule "custom/faulty-dev-web"]
|
||||||
|
path = custom/faulty-dev-web
|
||||||
|
url = git@git.ixvd.net:didier/web
|
||||||
|
|
1
custom/faulty-dev-web
Submodule
1
custom/faulty-dev-web
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 972589e0433375f172efe55a79403d18bc1dbb33
|
|
@ -2,6 +2,16 @@ version: '2.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
faulty-web:
|
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:
|
build:
|
||||||
context: ./custom/faulty-site
|
context: ./custom/faulty-site
|
||||||
dockerfile: ./docker/latest.Dockerfile
|
dockerfile: ./docker/latest.Dockerfile
|
||||||
|
|
Reference in a new issue