mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
13 lines
368 B
YAML
13 lines
368 B
YAML
version: "3.5"
|
|
services:
|
|
github-exporter:
|
|
tty: true
|
|
stdin_open: true
|
|
restart: unless-stopped
|
|
ports:
|
|
- 9171:9171
|
|
image: infinityworks/github-exporter:latest
|
|
environment:
|
|
- REPOS=wahyd4/work-in-australia, wahyd4/aria2-ariang-docker, wahyd4/aria2-ariang-x-docker-compose
|
|
- GITHUB_TOKEN=6bc9a1aa2d8a13da59127d4184167acc84e7bbfa
|