mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 22:39:25 +01:00
16 lines
291 B
YAML
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 |