dotfiles service

This commit is contained in:
Didier Slof 2022-12-18 23:38:46 +01:00
parent 5a08c1a48f
commit e7a1c1f210
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 16 additions and 1 deletions

4
.gitmodules vendored
View file

@ -1,3 +1,7 @@
[submodule "repos/dotfiles"]
path = repos/dotfiles
url = git@git.faulty.nl:didier/dotfiles
[submodule "env"]
path = env
url = git@git.faulty.nl:infra/env

View file

@ -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

1
repos/dotfiles Submodule

@ -0,0 +1 @@
Subproject commit e9afc5e4f1852cd97e3b2e1fcfa876fbbbf35043