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