Update filebot.yml

This commit is contained in:
MrDoobPG
2019-05-10 22:05:53 +02:00
committed by GitHub
parent 1a96a82f22
commit 3e1f07b710

View File

@@ -13,8 +13,10 @@
- name: 'Set Known Facts'
set_fact:
pgrole: 'filebot'
intport: '5900'
extport: '5903'
intport: '5800'
extport: '5803'
intport2: '5900'
extport2: '5903'
image: 'jlesage/filebot'
# CORE (MANDATORY) ############################################################
@@ -53,6 +55,7 @@
pull: yes
published_ports:
- '{{ports.stdout}}{{extport}}:{{intport}}'
- '{{ports.stdout}}{{extport2}}:{{intport2}}'
volumes: '{{pg_volumes}}'
env: '{{pg_env}}'
restart_policy: unless-stopped