mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 04:03:51 -05:00
40 lines
866 B
YAML
40 lines
866 B
YAML
resources:
|
|
limits:
|
|
cpus: 2.0
|
|
memory: 4096
|
|
|
|
firefly_iii:
|
|
postgres_image_selector: postgres_18_image
|
|
db_password: db-firefly-iii-password
|
|
redis_password: redis-firefly-iii-password
|
|
app_key: exactly-32-characters-app-keyyyy
|
|
app_url: http://localhost:8080
|
|
additional_envs: []
|
|
enable_importer: true
|
|
additional_importer_envs: []
|
|
|
|
network:
|
|
web_port:
|
|
bind_mode: published
|
|
port_number: 8080
|
|
importer_port:
|
|
bind_mode: published
|
|
port_number: 8081
|
|
|
|
ix_volumes:
|
|
uploads: /opt/tests/mnt/firefly-iii-uploads
|
|
postgres_data: /opt/tests/mnt/firefly-iii-postgres-data
|
|
|
|
storage:
|
|
uploads:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: uploads
|
|
create_host_path: true
|
|
postgres_data:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: postgres_data
|
|
create_host_path: true
|
|
additional_storage: []
|