ix_values.yaml 657 B

1234567891011121314151617181920212223
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_pterodactyl_panel
  4. tag: v1.11.11
  5. mariadb_image:
  6. repository: mariadb
  7. tag: "12.0.2"
  8. redis_image:
  9. repository: valkey/valkey
  10. tag: 8.1.3
  11. consts:
  12. pterodactyl_container_name: pterodactyl
  13. perms_container_name: permissions
  14. mariadb_container_name: mariadb
  15. redis_container_name: redis
  16. db_user: pterodactyl-panel
  17. db_name: pterodactyl-panel
  18. internal_web_port: 80
  19. notes_body: |
  20. To create an admin user after successful installation,
  21. open a shell in the container and run the command
  22. following the on-screen instructions: `php artisan p:user:make`