draft blog

This commit is contained in:
Yax 2020-07-11 17:18:35 +02:00
parent 4a332a72c9
commit 34bd2348cc
2 changed files with 15 additions and 0 deletions

View file

@ -11,6 +11,7 @@ PATH_TORRENT=/torrent
HOST_TRAEFIK=traefik
HOST_MAIL=mail
HOST_SEAFILE=seafile
HOST_BLOG=blog
# other
TZ=Europe/Paris
BASIC_AUTH=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/

View file

@ -11,3 +11,17 @@ services:
restart: unless-stopped
expose:
- 8100
blog:
container_name: blog
image: kianby/blogduyax
networks:
- srv
restart: unless-stopped
expose:
- 80
labels:
- traefik.enable=true
- traefik.http.routers.blog.rule=Host(`${HOST_BLOG}.${DOMAIN}`)
- traefik.http.routers.blog.entrypoints=websecure
- traefik.http.routers.blog.tls=true
- traefik.http.services.blog.loadbalancer.server.port=80