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

View file

@ -2,6 +2,16 @@ version: '2.2'
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:
context: ./custom/faulty-site
dockerfile: ./docker/latest.Dockerfile