- fix docker files
This commit is contained in:
parent
08133d0b05
commit
9518d6a811
@ -1,8 +1,8 @@
|
|||||||
version: "3.9"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:1.21-alpine
|
||||||
container_name: kamilcraft-api_www
|
container_name: kamilcraft-api_www
|
||||||
working_dir: /application
|
working_dir: /application
|
||||||
ports:
|
ports:
|
||||||
@ -68,5 +68,5 @@ networks:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mysql-db-data:
|
mysql-db-data:
|
||||||
name: ib-mysql-data
|
name: kamilcraft-api-mysql-data
|
||||||
driver: local
|
driver: local
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
FROM php:8.1-fpm-alpine
|
FROM php:8.1-fpm-alpine
|
||||||
|
|
||||||
ARG XDEBUG_VERSION=3.1.6
|
ARG XDEBUG_VERSION=3.2.1
|
||||||
ARG INSTALL_XDEBUG=false
|
ARG INSTALL_XDEBUG=false
|
||||||
|
|
||||||
ARG COMPOSER_VERSION=2.4.4
|
ARG COMPOSER_VERSION=2.5.8
|
||||||
ENV COMPOSER_HOME=/application/.composer
|
ENV COMPOSER_HOME=/application/.composer
|
||||||
ENV COMPOSER_MEMORY_LIMIT=-1
|
ENV COMPOSER_MEMORY_LIMIT=-1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user