123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/UTC
- ci: true
- ddns:
- additional_envs: []
- period: 5m
- backup_period: 24h
- http_timeout: 10s
- update_cooldown_period: 5m
- shoutrrr_addresses: []
- public_dns_timeout: 3s
- public_ip_dns_providers:
- - provider: all
- public_ip_http_providers:
- - provider: all
- public_ipv4_http_providers:
- - provider: all
- public_ipv6_http_providers:
- - provider: all
- public_ip_fetchers:
- - provider: all
- config:
- - provider: luadns
- domain: example.com
- ip_version: ""
- luadns_token: token
- luadns_email: email@example.com
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- host_network: false
- run_as:
- user: 568
- group: 568
- ix_volumes:
- data: /opt/tests/mnt/data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- additional_storage: []
|