mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 06:24:25 +02:00
12 lines
363 B
Markdown
12 lines
363 B
Markdown
# Docker Compose with Web Proxy
|
|
|
|
This role combines the standard Docker Compose setup with a reverse-proxy for any application.
|
|
|
|
## Features
|
|
|
|
- **Docker Compose**
|
|
Brings up containers, networks, and volumes via the `docker-compose` role.
|
|
|
|
- **Reverse Proxy**
|
|
Uses the `srv-proxy-6-6-domain` role to expose your application under a custom domain and port.
|