selfhosting/www/docker-compose.www.yml
2021-12-12 12:02:11 +01:00

18 lines
421 B
YAML
Executable file

version: '3'
services:
www:
container_name: www
image: kianby/www-madyanne
restart: unless-stopped
networks:
- wwww-frontend
expose:
- 80
labels:
- traefik.enable=true
- traefik.http.routers.www.rule=Host(`${HOST_WWW}.${DOMAIN}`)
- traefik.http.routers.www.entrypoints=https
- traefik.http.routers.www.tls=true
- traefik.docker.network=wwww-frontend