Files
sablier/docker-compose.yml
2021-09-26 14:36:48 +00:00

16 lines
291 B
YAML

version: "3.9"
services:
ondemand:
image: gchr.io/acouvreur/traefik-ondemand-service:latest
command:
- --swarmMode=true
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- traefik
networks:
traefik:
external: true
name: traefik