add www
This commit is contained in:
parent
dc86592d0f
commit
ebbb1b37c2
1 changed files with 17 additions and 0 deletions
17
www/docker-compose.yml
Normal file
17
www/docker-compose.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
www:
|
||||
container_name: www
|
||||
image: kianby/www-madyanne
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- srv
|
||||
expose:
|
||||
- 80
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.www.rule=Host(`${HOST_WWW}.${DOMAIN}`)
|
||||
- traefik.http.routers.www.entrypoints=websecure
|
||||
- traefik.http.routers.www.tls=true
|
||||
- traefik.http.services.www.loadbalancer.server.port=80
|
Loading…
Add table
Reference in a new issue