mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-26 07:13:36 +01:00
Add plugins folder to integrate with multiple reverse proxies The project is now released as 'Sablier'
16 lines
273 B
YAML
16 lines
273 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
sablier:
|
|
image: gchr.io/acouvreur/sablier:latest
|
|
command:
|
|
- --swarmMode=true
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
networks:
|
|
- traefik
|
|
|
|
networks:
|
|
traefik:
|
|
external: true
|
|
name: traefik |