12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- 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: duckdns
- domain: subdomain.duckdns.org
- duckdns_token: abcd1234-abcd-1234-abcd-abcd1234abcd
- 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: []
|