services: add Tenma
This commit is contained in:
parent
9681da83aa
commit
99a1fff592
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@
|
||||||
/books_to_add
|
/books_to_add
|
||||||
/comics
|
/comics
|
||||||
/comixed/
|
/comixed/
|
||||||
|
/tenma
|
||||||
|
|
|
@ -140,6 +140,23 @@ services:
|
||||||
- "proxy-tier"
|
- "proxy-tier"
|
||||||
- "default"
|
- "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:
|
volumes:
|
||||||
certs:
|
certs:
|
||||||
vhost.d:
|
vhost.d:
|
||||||
|
|
Reference in a new issue