add dev site

This commit is contained in:
Didier Slof 2023-04-19 18:27:20 +02:00
parent d97efe0590
commit 4169b6e65f
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 14 additions and 0 deletions

3
.gitmodules vendored
View file

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

@ -0,0 +1 @@
Subproject commit 972589e0433375f172efe55a79403d18bc1dbb33

View file

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