mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-31 15:48:57 +02:00
Made code more modular and refactored to cmp roles
This commit is contained in:
11
roles/cmp-docker-proxy/README.md
Normal file
11
roles/cmp-docker-proxy/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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-web-proxy-domain` role to expose your application under a custom domain and port.
|
Reference in New Issue
Block a user