importer-values.yaml 866 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. firefly_iii:
  6. postgres_image_selector: postgres_17_image
  7. db_password: db-firefly-iii-password
  8. redis_password: redis-firefly-iii-password
  9. app_key: exactly-32-characters-app-keyyyy
  10. app_url: http://localhost:8080
  11. additional_envs: []
  12. enable_importer: true
  13. additional_importer_envs: []
  14. network:
  15. web_port:
  16. bind_mode: published
  17. port_number: 8080
  18. importer_port:
  19. bind_mode: published
  20. port_number: 8081
  21. ix_volumes:
  22. uploads: /opt/tests/mnt/firefly-iii-uploads
  23. postgres_data: /opt/tests/mnt/firefly-iii-postgres-data
  24. storage:
  25. uploads:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: uploads
  29. create_host_path: true
  30. postgres_data:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: postgres_data
  34. create_host_path: true
  35. additional_storage: []