the middle of the idiots
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user