12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- headscale:
- server_url: http://localhost:8080
- dns:
- base_domain: headscale.example.com
- nameservers_global:
- - 1.1.1.1
- - 1.0.0.1
- - 2606:4700:4700::1111
- - 2606:4700:4700::1001
- additional_envs: []
- network:
- host_network: false
- api_port:
- bind_mode: published
- port_number: 8080
- certificate_id: null
- run_as:
- user: 568
- group: 568
- ix_volumes:
- config: /opt/tests/mnt/headscale/config
- lib: /opt/tests/mnt/headscale/lib
- run: /opt/tests/mnt/headscale/run
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- lib:
- type: ix_volume
- ix_volume_config:
- dataset_name: lib
- create_host_path: true
- run:
- type: ix_volume
- ix_volume_config:
- dataset_name: run
- create_host_path: true
- additional_storage: []
|