Add sb-mirror
This commit is contained in:
parent
f8c88cf498
commit
b5fd89aa79
19
playbooks/tasks/web/sb-mirror.yml
Normal file
19
playbooks/tasks/web/sb-mirror.yml
Normal file
@ -0,0 +1,19 @@
|
||||
# vim:ft=ansible:
|
||||
- name: docker deploy sb-mirror
|
||||
docker_container:
|
||||
name: sb-mirror
|
||||
image: mchangrh/sb-mirror
|
||||
# Enable me if you want the mirror public
|
||||
# https://github.com/mchangrh/sb-mirror
|
||||
# Should be port 873
|
||||
# networks:
|
||||
# - name: web
|
||||
# aliases: [ "sb-mirror" ]
|
||||
volumes:
|
||||
- /data/sb-mirror/mirror:/mirror
|
||||
- /data/sb-export/export:/export
|
||||
env:
|
||||
CSVLINT: "TRUE"
|
||||
MIRROR: "TRUE"
|
||||
VALIDATE: "TRUE"
|
||||
tags: [ docker, sb-mirror ]
|
Loading…
Reference in New Issue
Block a user