draft blog
This commit is contained in:
parent
4a332a72c9
commit
34bd2348cc
2 changed files with 15 additions and 0 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
Loading…
Add table
Reference in a new issue