dotfiles service
This commit is contained in:
parent
5a08c1a48f
commit
e7a1c1f210
3 changed files with 16 additions and 1 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
[submodule "repos/dotfiles"]
|
||||||
|
path = repos/dotfiles
|
||||||
|
url = git@git.faulty.nl:didier/dotfiles
|
||||||
|
|
||||||
[submodule "env"]
|
[submodule "env"]
|
||||||
path = env
|
path = env
|
||||||
url = git@git.faulty.nl:infra/env
|
url = git@git.faulty.nl:infra/env
|
|
@ -10,3 +10,13 @@ services:
|
||||||
- /srv/www/faulty.nl:/usr/share/nginx/html
|
- /srv/www/faulty.nl:/usr/share/nginx/html
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
sh:
|
||||||
|
build:
|
||||||
|
context: ./repos/dotfiles
|
||||||
|
dockerfile: ./lib/Dockerfile
|
||||||
|
environment:
|
||||||
|
- LETSENCRYPT_HOST=sh.faulty.nl
|
||||||
|
- VIRTUAL_HOST=sh.faulty.nl
|
||||||
|
networks:
|
||||||
|
- proxy
|
1
repos/dotfiles
Submodule
1
repos/dotfiles
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e9afc5e4f1852cd97e3b2e1fcfa876fbbbf35043
|
Reference in a new issue