diff --git a/docker-compose.yml b/docker-compose.yml index 7b352ec..b458682 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,8 @@ -version: "3.9" +version: "3.8" services: nginx: - image: nginx:latest + image: nginx:1.21-alpine container_name: kamilcraft-api_www working_dir: /application ports: @@ -68,5 +68,5 @@ networks: volumes: mysql-db-data: - name: ib-mysql-data + name: kamilcraft-api-mysql-data driver: local diff --git a/environment/dev/php/Dockerfile b/environment/dev/php/Dockerfile index 2dee213..a4d3686 100644 --- a/environment/dev/php/Dockerfile +++ b/environment/dev/php/Dockerfile @@ -1,9 +1,9 @@ FROM php:8.1-fpm-alpine -ARG XDEBUG_VERSION=3.1.6 +ARG XDEBUG_VERSION=3.2.1 ARG INSTALL_XDEBUG=false -ARG COMPOSER_VERSION=2.4.4 +ARG COMPOSER_VERSION=2.5.8 ENV COMPOSER_HOME=/application/.composer ENV COMPOSER_MEMORY_LIMIT=-1