infrastructure/ansible/roles/traefik/files/docker-compose.yml
2020-07-13 18:04:11 +01:00

11 lines
211 B
YAML

version: "2.3"
services:
traefik:
image: traefik:v2.2.4
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik:/etc/traefik
restart: unless-stopped