https://github.com/holy-bird-animation-studio/creatures-infrastructure
Infrastructure as code, Docker configs, and deployment scripts
https://github.com/holy-bird-animation-studio/creatures-infrastructure
devops docker infrastructure kubernetes terraform
Last synced: about 1 month ago
JSON representation
Infrastructure as code, Docker configs, and deployment scripts
- Host: GitHub
- URL: https://github.com/holy-bird-animation-studio/creatures-infrastructure
- Owner: Holy-Bird-Animation-Studio
- License: mit
- Created: 2025-07-02T14:08:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-02T14:09:03.000Z (12 months ago)
- Last Synced: 2025-07-02T15:31:03.603Z (12 months ago)
- Topics: devops, docker, infrastructure, kubernetes, terraform
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creatures Infrastructure
Infrastructure as code, Docker configurations, and deployment scripts.
## Features
- π³ Docker Compose for local development
- βΈοΈ Kubernetes manifests for production
- ποΈ Terraform for cloud infrastructure
- π CI/CD pipeline configurations
## Quick Start
```bash
# Local development
docker-compose up -d
# Production deployment
kubectl apply -f kubernetes/
```