the middle of the idiots

This commit is contained in:
2025-10-24 16:29:40 -05:00
parent 6a58e19b10
commit 721301c779
2472 changed files with 237076 additions and 418 deletions

View File

@@ -1,13 +1,26 @@
version: '3.8'
services:
nginx:
build:
context: ./docker/nginx
dockerfile: Dockerfile
container_name: qwen-php-nginx
ports:
- "20001:80"
volumes:
- .:/var/www/html
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
depends_on:
- php
networks:
- moh-network
php:
build:
context: .
dockerfile: docker/Dockerfile
container_name: qwen-php-merchants-of-hope
ports:
- "20000:80"
container_name: qwen-php-fpm
volumes:
- .:/var/www/html
- ./docker/php.ini:/usr/local/etc/php/conf.d/custom.ini