Files
homeAutomation/raspberrypi/docker-compose.yml
2022-11-17 23:45:11 +01:00

13 lines
288 B
YAML

version: "3.9"
services:
whoami:
network_mode: "host"
image: traefik/whoami
command:
- --port=2001
traefik:
network_mode: "host"
image: "traefik:1.7.10"
volumes:
- /home/pi/repos/homeAutomation/traefik/traefik.1.7.10.toml:/etc/traefik/traefik.toml