services: add Comixed
This commit is contained in:
parent
63e8ec75a8
commit
9681da83aa
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,3 +3,5 @@
|
|||
/gitea/
|
||||
/library
|
||||
/books_to_add
|
||||
/comics
|
||||
/comixed/
|
||||
|
|
|
@ -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:
|
||||
|
|
Reference in a new issue