ScreenTranslator/share/mirror/docker-compose.yml
2020-04-20 20:46:29 +03:00

16 lines
277 B
YAML

version: '3'
services:
mirror:
build: .
image: gres/st_mirror
restart: always
container_name: st_mirror
logging:
driver: json-file
options:
max-size: "10m"
max-file: "5"
volumes:
- ./git:/git
- ./packed:/packed