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