Jafner.net/docker_config/tinyhome/docker-compose.yml

20 lines
427 B
YAML
Raw Normal View History

2021-07-05 13:58:06 -07:00
version: "3"
services:
tinyhome:
image: httpd
container_name: tinyhome
restart: unless-stopped
networks:
- web
volumes:
- ./htdocs:/usr/local/apache2/htdocs
labels:
- traefik.http.routers.tinyhome.rule=Host(`tinyhome.jafner.net`)
- traefik.http.routers.tinyhome.tls=true
- traefik.http.routers.tinyhome.tls.certresolver=lets-encrypt
networks:
web:
external: true