github2git-mirror/docker-compose.yaml

7 lines
106 B
YAML

version: '3.8'
services:
git-mirror:
build: .
env_file:
- .env
restart: unless-stopped