mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
Update filebot.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user