summaryrefslogtreecommitdiffstats
path: root/bundle/docker/compose.yml
blob: 5f89ca6d09e682befac6c0b3a202e0675a6ab6ec (plain)
1
2
3
4
5
6
7
8
9
10
services:
  static:
    build: static
    environment:
      channel: ${channel}
      origin: ${origin}
      version: ${version}
    volumes:
      - ~/build:/build
      - ../..:/yt-dlp