From 99a1fff592b922c037182af432c3cefd2d05f4c0 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 22 Dec 2019 01:22:27 +0100 Subject: [PATCH] services: add Tenma --- .gitignore | 1 + docker-compose.yml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index 00005a7..36bc24d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /books_to_add /comics /comixed/ +/tenma diff --git a/docker-compose.yml b/docker-compose.yml index 8657f4e..c9fff25 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: