Remove sb mirror
This commit is contained in:
parent
2b0160e57a
commit
33ac9500e0
@ -31,7 +31,6 @@
|
||||
- web/srv.yml
|
||||
- web/synapse.yml
|
||||
- web/transmission.yml
|
||||
- web/sb-mirror.yml
|
||||
- game/factorio.yml
|
||||
- game/minecraft-vanilla.yml
|
||||
- game/minecraft-direwolf20.yml
|
||||
|
@ -1,20 +0,0 @@
|
||||
# vim:ft=ansible:
|
||||
- name: docker deploy sb-mirror
|
||||
docker_container:
|
||||
name: sb-mirror
|
||||
image: mchangrh/sb-mirror
|
||||
state: absent
|
||||
# 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