123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- zipline:
- postgres_image_selector: postgres_17_image
- db_password: password
- core_secret: exactly-32-characters-app-secret
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- certificate_id: null
- run_as:
- user: 568
- group: 568
- ix_volumes:
- uploads: /opt/tests/mnt/zipline/uploads
- public: /opt/tests/mnt/zipline/public
- themes: /opt/tests/mnt/zipline/themes
- postgres_data: /opt/tests/mnt/zipline/postgres_data
- storage:
- uploads:
- type: ix_volume
- ix_volume_config:
- dataset_name: uploads
- create_host_path: true
- public:
- type: ix_volume
- ix_volume_config:
- dataset_name: public
- create_host_path: true
- themes:
- type: ix_volume
- ix_volume_config:
- dataset_name: themes
- create_host_path: true
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres_data
- create_host_path: true
- additional_storage: []
|