dotfiles service
This commit is contained in:
parent
5a08c1a48f
commit
e7a1c1f210
3 changed files with 16 additions and 1 deletions
|
@ -10,3 +10,13 @@ services:
|
|||
- /srv/www/faulty.nl:/usr/share/nginx/html
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
sh:
|
||||
build:
|
||||
context: ./repos/dotfiles
|
||||
dockerfile: ./lib/Dockerfile
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=sh.faulty.nl
|
||||
- VIRTUAL_HOST=sh.faulty.nl
|
||||
networks:
|
||||
- proxy
|
Reference in a new issue