Add reverse proxy SSL guides for Caddy, Nginx, and Traefik.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Override: не публиковать :8080 наружу (только через reverse proxy).
|
||||
# Нужен Docker Compose v2.24+ (поддержка !override).
|
||||
#
|
||||
# docker compose -f docker-compose.yml -f deploy/compose.behind-proxy.yml up -d
|
||||
#
|
||||
# Если !override не поддерживается — в docker-compose.yml закомментируйте
|
||||
# блок ports у сервиса app и оставьте только expose: ["8080"].
|
||||
|
||||
services:
|
||||
app:
|
||||
ports: !override []
|
||||
expose:
|
||||
- "8080"
|
||||
Reference in New Issue
Block a user