services: add Tenma

This commit is contained in:
Bruno BELANYI 2019-12-22 01:22:27 +01:00
parent 9681da83aa
commit 99a1fff592
2 changed files with 18 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,3 +5,4 @@
/books_to_add
/comics
/comixed/
/tenma

View file

@ -140,6 +140,23 @@ services:
- "proxy-tier"
- "default"
tenma:
image: hmhrex/tenma
container_name: tenma
restart: unless-stopped
environment:
- VIRTUAL_HOST=tenma.belanyi.fr
- LETSENCRYPT_HOST=tenma.belanyi.fr
- LETSENCRYPT_EMAIL=brunobelanyi@gmail.com
volumes:
- ./comics:/tenma/files
- ./tenma:/tenma/media
ports:
- "8085:8000"
networks:
- "proxy-tier"
- "default"
volumes:
certs:
vhost.d: