1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Europe/Paris
- fresh_rss:
- postgres_image_selector: postgres_17_image
- default_admin_user: admin
- default_admin_password: password
- cron_min: "*/15"
- db_user: db-fresh-rss-user
- db_name: db-fresh-rss
- db_password: db-fresh-rss-password
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- data: /opt/tests/mnt/data
- extensions: /opt/tests/mnt/extensions
- postgres_data: /opt/tests/mnt/postgres_data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- 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: []
|