mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
Update rflood.yml
This commit is contained in:
@@ -13,12 +13,12 @@
|
|||||||
- name: 'Set Known Facts'
|
- name: 'Set Known Facts'
|
||||||
set_fact:
|
set_fact:
|
||||||
pgrole: 'rflood'
|
pgrole: 'rflood'
|
||||||
intport: '80'
|
intport: '3000'
|
||||||
extport: '8991'
|
extport: '3001'
|
||||||
intport2: '5000'
|
intport2: '443'
|
||||||
extport2: '5001'
|
extport2: '9444'
|
||||||
intport3: '51413'
|
intport3: '51415-51415'
|
||||||
extport3: '51411'
|
extport3: '51415-51415'
|
||||||
image: 'romancin/rutorrent-flood:latest'
|
image: 'romancin/rutorrent-flood:latest'
|
||||||
|
|
||||||
# CORE (MANDATORY) ############################################################
|
# CORE (MANDATORY) ############################################################
|
||||||
@@ -67,14 +67,15 @@
|
|||||||
- '/etc/localtime:/etc/localtime:ro'
|
- '/etc/localtime:/etc/localtime:ro'
|
||||||
- '{{path.stdout}}:{{path.stdout}}'
|
- '{{path.stdout}}:{{path.stdout}}'
|
||||||
- '/mnt:/mnt'
|
- '/mnt:/mnt'
|
||||||
|
- '/mnt/downloads/rutorrent:/downloads'
|
||||||
- '/opt/appdata/{{pgrole}}:/config'
|
- '/opt/appdata/{{pgrole}}:/config'
|
||||||
- '/opt/appdata/{{pgrole}}/sock:/run/php'
|
- '/opt/appdata/{{pgrole}}/sock:/run/php'
|
||||||
|
|
||||||
- name: 'Setting PG ENV'
|
- name: 'Setting PG ENV'
|
||||||
set_fact:
|
set_fact:
|
||||||
pg_env:
|
pg_env:
|
||||||
PUID: '1000'
|
PUID: '0'
|
||||||
PGID: '1000'
|
PGID: '0'
|
||||||
|
|
||||||
- name: 'Install config.php fix'
|
- name: 'Install config.php fix'
|
||||||
template:
|
template:
|
||||||
|
|||||||
Reference in New Issue
Block a user