opnform-host-nginx/docker
Matt 3a8e601a37 Refactor nginx setup to use host-level configuration
- Remove main nginx ingress container from docker-compose
- Add minimal api-nginx container for FastCGI to HTTP conversion
- Expose services directly on ports 7654 (API) and 7655 (UI)
- Add comprehensive NGINX_SETUP.md documentation
- Include example host nginx configuration
- Update docker setup script for new architecture

This change allows OpnForm to integrate better with existing host nginx
setups by removing the containerized ingress and exposing services
directly to the host for reverse proxy configuration.
2025-06-05 17:42:01 +02:00
..
Dockerfile.api Version in self hosted (#770) 2025-05-27 17:44:42 +02:00
Dockerfile.client Enhance Docker Configuration and Health Checks (#761) 2025-05-20 19:20:44 +02:00
api-nginx.conf Refactor nginx setup to use host-level configuration 2025-06-05 17:42:01 +02:00
nginx.conf Enhance Docker Configuration and Health Checks (#761) 2025-05-20 19:20:44 +02:00
nginx.dev.conf Enhance Docker Configuration and Health Checks (#761) 2025-05-20 19:20:44 +02:00
php-fpm-entrypoint Enhance Application Optimization in Docker Entrypoint 2025-05-23 20:40:56 +02:00