services: add Comixed

This commit is contained in:
Bruno BELANYI 2019-12-21 16:41:29 +01:00
parent 63e8ec75a8
commit 9681da83aa
2 changed files with 19 additions and 0 deletions

2
.gitignore vendored
View file

@ -3,3 +3,5 @@
/gitea/
/library
/books_to_add
/comics
/comixed/

View file

@ -123,6 +123,23 @@ services:
- "proxy-tier"
- "default"
comixed:
image: comixed/comixed:release
container_name: comixed
restart: unless-stopped
environment:
- VIRTUAL_HOST=comixed.belanyi.fr
- LETSENCRYPT_HOST=comixed.belanyi.fr
- LETSENCRYPT_EMAIL=brunobelanyi@gmail.com
volumes:
- ./comics:/comic_dir
- ./comixed:/root/.comixed
ports:
- "7171:7171"
networks:
- "proxy-tier"
- "default"
volumes:
certs:
vhost.d: