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'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user