https://github.com/pace11/pace-app-neo
Docker Compose setup for running backend, frontend, databases (MySQL & PostgreSQL), NGINX, and other self-hosted services in a scalable, modular environment.
https://github.com/pace11/pace-app-neo
certbot cloudflare docker-compose github-action nginx
Last synced: 2 months ago
JSON representation
Docker Compose setup for running backend, frontend, databases (MySQL & PostgreSQL), NGINX, and other self-hosted services in a scalable, modular environment.
- Host: GitHub
- URL: https://github.com/pace11/pace-app-neo
- Owner: pace11
- Created: 2025-07-01T18:41:23.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2026-01-23T12:52:59.000Z (5 months ago)
- Last Synced: 2026-01-24T04:54:49.975Z (5 months ago)
- Topics: certbot, cloudflare, docker-compose, github-action, nginx
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NEO PACE APP 🔩
Docker Compose setup for running backend, frontend, databases (MySQL & PostgreSQL), NGINX, and other self-hosted services in a scalable, modular environment.
## 🧰 Running Service
- **Docker Compose**
- **Nginx (Reverse Proxy)**
- **PostgreSQL**
- **MySQL**
- **Redis**
- **NGINX**
- **Backend Service (Go, Ts, Graphql, PHP)**
- **Frontend (Next.js)**
- **Minio (Object Storage)**
- **Outline (Web Blog)**
- **Vaultwarden**
## 📁 Folder Structure
- `/nginx` - Reverse proxy configurations
- `/mysql` - MySQL data or init scripts
- `/postgres` - PostgreSQL data or init scripts
- `.env.example` - Environment variable template
- `all-script.sh` - Utility script for setup or integration
- `docker-compose.yml` - Main service orchestrator
## 🚀 Getting Started
1. **Copy `.env.example`** to `.env` and configure environment variables.
2. **Run Docker Compose:**
```bash
docker-compose up -d