mirror of
https://github.com/jkaninda/nginx-php-fpm.git
synced 2025-12-06 21:49:41 +01:00
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -22,20 +22,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
-
|
|
||||||
name: Build and push 7.4
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/7.4/Dockerfile"
|
|
||||||
push: true
|
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:7.4"
|
|
||||||
-
|
|
||||||
name: Build and push 8.0
|
|
||||||
uses: docker/build-push-action@v3
|
|
||||||
with:
|
|
||||||
file: "./src/docker/8.0/Dockerfile"
|
|
||||||
push: true
|
|
||||||
tags: "${{env.BUILDKIT_IMAGE}}:8.0"
|
|
||||||
-
|
-
|
||||||
name: Build and push 8.1
|
name: Build and push 8.1
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[](https://github.com/jkaninda/nginx-php-fpm/actions/workflows/build.yml)
|
[](https://github.com/jkaninda/nginx-php-fpm/actions/workflows/build.yml)
|
||||||
[](https://github.com/jkaninda/nginx-php-fpm/actions/workflows/integration-tests.yml)
|
[](https://github.com/jkaninda/nginx-php-fpm/actions/workflows/integration-tests.yml)
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: jkaninda/nginx-php-fpm:8.2
|
image: jkaninda/nginx-php-fpm:8.3
|
||||||
container_name: my-app
|
container_name: my-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: www-data # Optional - for production usage
|
user: www-data # Optional - for production usage
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM php:8.3.3-fpm
|
FROM php:8.3.4-fpm
|
||||||
ARG WORKDIR=/var/www/html
|
ARG WORKDIR=/var/www/html
|
||||||
ENV DOCUMENT_ROOT=${WORKDIR}
|
ENV DOCUMENT_ROOT=${WORKDIR}
|
||||||
ENV LARAVEL_PROCS_NUMBER=1
|
ENV LARAVEL_PROCS_NUMBER=1
|
||||||
|
|||||||
Reference in New Issue
Block a user