mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 04:03:51 -05:00
41 lines
744 B
YAML
41 lines
744 B
YAML
resources:
|
|
limits:
|
|
cpus: 2.0
|
|
memory: 4096
|
|
|
|
bitmagnet:
|
|
postgres_image_selector: postgres_18_image
|
|
db_password: secret
|
|
enable_dht_crawler: true
|
|
tmdb_api_key: ""
|
|
additional_envs: []
|
|
|
|
network:
|
|
web_port:
|
|
bind_mode: published
|
|
port_number: 8080
|
|
dht_server_port:
|
|
bind_mode: published
|
|
port_number: 8081
|
|
|
|
run_as:
|
|
user: 568
|
|
group: 568
|
|
|
|
ix_volumes:
|
|
config: /opt/tests/mnt/bitmagnet/config
|
|
postgres_data: /opt/tests/mnt/bitmagnet/postgres_data
|
|
|
|
storage:
|
|
config:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: config
|
|
create_host_path: true
|
|
postgres_data:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: postgres_data
|
|
create_host_path: true
|
|
additional_storage: []
|