ixvd site

This commit is contained in:
Didier Slof 2023-01-18 20:58:20 +01:00
parent 4fc450ead8
commit 877d94c3aa
Signed by: didier
GPG key ID: 01E71F18AA4398E5
4 changed files with 23 additions and 7 deletions

View file

@ -1,9 +1,9 @@
version: '2.2'
services:
web:
faulty-web:
build:
context: ./repos/main-site
context: ./repos/faulty-site
dockerfile: ./docker/latest.Dockerfile
restart: always
environment:
@ -12,6 +12,18 @@ services:
networks:
- proxy
ixvd-web:
build:
context: ./repos/ixvd-site
dockerfile: ./docker/latest.Dockerfile
restart: always
environment:
- VIRTUAL_HOST=ixvd.net
- LETSENCRYPT_HOST=ixvd.net
networks:
- proxy
sh:
build:
context: ./repos/dotfiles