Private
Public Access
1
0
Files
websitebox/website/deploy/docker-compose.override.yml
constantprojects 1750efeb05 Fix gitignore blocking deploy override from being tracked
The pattern docker-compose.override.yml matched at all levels,
preventing website/deploy/docker-compose.override.yml from being
committed. Changed to /docker-compose.override.yml (root-only).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 11:59:30 -07:00

12 lines
448 B
YAML

# Marketing site overlay — adds the static marketing site to the nginx container
# This file is auto-merged by Docker Compose when placed in the project root.
# It does NOT modify any core WebsiteBox files.
#
# Usage: cp website/deploy/docker-compose.override.yml . && docker compose up -d
services:
nginx:
volumes:
- ./website:/var/www/marketing:ro
- ./website/deploy/active-marketing.conf:/etc/nginx/conf.d/marketing.conf:ro