Add php 8.1 to dist
This commit is contained in:
parent
786f5771e0
commit
c728894a30
@ -63,6 +63,25 @@ services:
|
|||||||
XDEBUG_IDE: ${XDEBUG_IDE}
|
XDEBUG_IDE: ${XDEBUG_IDE}
|
||||||
working_dir: /var/www
|
working_dir: /var/www
|
||||||
|
|
||||||
|
phpfpm81:
|
||||||
|
build:
|
||||||
|
context: ./docker/php-fpm81/
|
||||||
|
dockerfile: Dockerfile.dist
|
||||||
|
container_name: phpfpm81_${APP_NAME}
|
||||||
|
restart: 'no'
|
||||||
|
volumes:
|
||||||
|
- ${PROJECT_DIR}:/var/www
|
||||||
|
- ./docker/php-fpm81/php.ini:/etc/php/8.1/php.ini
|
||||||
|
- ./docker/php-fpm81/pools/www.conf:/etc/php/8.1/fpm/pool.d/www.conf
|
||||||
|
- ./docker/php-fpm81/xdebug.ini:/etc/php/8.1/mods-available/xdebug.ini
|
||||||
|
- ./docker/php-fpm81/supervisor.conf:/etc/supervisor/supervisor_nodeamon.conf
|
||||||
|
- ./docker/imagick/policy.xml:/etc/ImageMagick-6/policy.xml
|
||||||
|
environment:
|
||||||
|
XDEBUG_PORT: ${XDEBUG_PORT}
|
||||||
|
XDEBUG_HOST: ${XDEBUG_HOST}
|
||||||
|
XDEBUG_IDE: ${XDEBUG_IDE}
|
||||||
|
working_dir: /var/www
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgis/postgis:13-master
|
image: postgis/postgis:13-master
|
||||||
container_name: postgis_${APP_NAME}
|
container_name: postgis_${APP_NAME}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user