adding PTERODACTYL Dragonwilds egg and readmes

This commit is contained in:
2026-04-05 21:46:09 +00:00
parent 868a31475a
commit bf2f315b1b
3 changed files with 218 additions and 2 deletions

View File

@@ -1,3 +1,27 @@
# Docker Compose Files
# Infrastructure & Service Configurations
This is a collection of my docker compose files. Some are in use, some are old and just kept for historical purposes. Sometimes I like to revisit things when new features are added or I have more time to dig deeper.
This repository serves as a centralized collection of configurations, deployment scripts, and environment definitions for various services and applications. It includes production configurations, historical archives, and experimental setups.
## Repository Structure
### [Docker Compose](./docker_compose/)
Contains `docker-compose.yaml` files and associated configurations for containerized services. Each subdirectory represents a standalone service or stack.
### [Eggs](./eggs/)
Specialized configuration files (JSON) for [Pterodactyl Panel](https://pterodactyl.io/) "Eggs". These define the environment, installation scripts, and startup parameters for game servers and other specialized applications.
For more details on how to import and use these, see the [Eggs README](./eggs/README.md).
## Future Scope
This repository is intended to expand into a comprehensive hub for all configuration types beyond Docker and Pterodactyl, including:
- Kubernetes manifests
- Ansible playbooks
- Terraform modules
- Custom application configurations
## Usage
Refer to the individual `README.md` files within subdirectories for specific installation and usage instructions.