12345678910111213141516171819202122232425262728293031 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/UTC
- shlink:
- postgres_image_selector: postgres_17_image
- db_password: secret
- redis_password: secret
- default_domain: localhost:8181
- is_https_enabled: false
- initial_api_key: secret-api-key
- additional_envs: []
- network:
- api_port:
- bind_mode: published
- port_number: 8181
- ix_volumes:
- postgres_data: /opt/tests/mnt/shlink/postgres_data
- storage:
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres_data
- create_host_path: true
- additional_storage: []
|