mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 04:03:51 -05:00
43 lines
897 B
YAML
43 lines
897 B
YAML
resources:
|
|
limits:
|
|
cpus: 2.0
|
|
memory: 4096
|
|
|
|
directus:
|
|
postgres_image_selector: postgres_18_image
|
|
db_password: password
|
|
redis_password: password
|
|
secret: password
|
|
admin_email: admin@example.com
|
|
admin_password: password
|
|
enable_websocket: true
|
|
additional_envs: []
|
|
|
|
network:
|
|
web_port:
|
|
bind_mode: published
|
|
port_number: 8080
|
|
|
|
ix_volumes:
|
|
uploads: /opt/tests/mnt/directus/uploads
|
|
extensions: /opt/tests/mnt/directus/extensions
|
|
postgres_data: /opt/tests/mnt/directus/postgres_data
|
|
|
|
storage:
|
|
uploads:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: uploads
|
|
create_host_path: true
|
|
extensions:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: extensions
|
|
create_host_path: true
|
|
postgres_data:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: postgres_data
|
|
create_host_path: true
|
|
additional_storage: []
|