Changes
This commit is contained in:
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
zip \
|
zip \
|
||||||
unzip \
|
unzip \
|
||||||
git && \
|
git && \
|
||||||
docker-php-ext-configure gd --with-webp --with-jpeg --with-png && \
|
docker-php-ext-configure gd --with-webp --with-jpeg && \
|
||||||
docker-php-ext-install gd && \
|
docker-php-ext-install gd && \
|
||||||
docker-php-ext-install pdo_mysql && \
|
docker-php-ext-install pdo_mysql && \
|
||||||
docker-php-ext-install bcmath && \
|
docker-php-ext-install bcmath && \
|
||||||
|
|||||||
+9
-9
@@ -23,15 +23,15 @@ services:
|
|||||||
command: >
|
command: >
|
||||||
sh -c "php artisan inertia:start-ssr & php-fpm"
|
sh -c "php artisan inertia:start-ssr & php-fpm"
|
||||||
|
|
||||||
# php-queue:
|
php-queue:
|
||||||
# restart: always
|
restart: always
|
||||||
# build:
|
build:
|
||||||
# context: .
|
context: .
|
||||||
# dockerfile: _docker/app/Dockerfile
|
dockerfile: _docker/app/Dockerfile
|
||||||
# volumes:
|
volumes:
|
||||||
# - ./:/var/www
|
- ./:/var/www
|
||||||
# container_name: ntspi-php-queue
|
container_name: ntspi-php-queue
|
||||||
# command: php artisan queue:work --tries=3 --timeout=90 # Настройте параметры по необходимости
|
command: php artisan queue:work --tries=3 --timeout=90 # Настройте параметры по необходимости
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
|
|||||||
Reference in New Issue
Block a user