add dev site
This commit is contained in:
parent
d97efe0590
commit
4169b6e65f
3 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue