12345678910111213141516171819202122232425262728293031323334353637383940 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/UTC
- pterodactyl:
- redis_password: test
- db_root_password: test
- db_password: test
- trusted_proxies:
- - 10.0.0.0/8
- - 172.16.0.0/12
- - 192.168.0.0/16
- app_url: http://example.com
- app_key: exactly-32-characters-app-keyyyy
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- config: /opt/tests/mnt/config
- mariadb_data: /opt/tests/mnt/mariadb_data
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- mariadb_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: mariadb_data
- create_host_path: true
- additional_storage: []
|