diff --git a/compose.yml b/compose.yml deleted file mode 100644 index 6d683a1..0000000 --- a/compose.yml +++ /dev/null @@ -1,36 +0,0 @@ -services: - fpm: - hostname: fpm - image: git.shihaam.dev/dockerfiles/php-fpm:latest - volumes: - - ./:/var/www/html/ - nginx: - hostname: nginx - image: git.shihaam.dev/dockerfiles/nginx-fpm:latest - volumes_from: - - fpm - ports: - - 9000:80 - composer: - hostname: composer - image: composer:latest - volumes: - - ./:/var/www/html/ - working_dir: /var/www/html - node: - hostname: node - image: node:18.20.4 - volumes: - - ./:/var/www/html/ - working_dir: /var/www/html - mysql: - image: mysql:5.7.44 - hostname: mysql - restart: always - environment: - - MYSQL_RANDOM_ROOT_PASSWORD=yes - - MYSQL_USER=cusport - - MYSQL_PASSWORD=cusport - - MYSQL_DATABASE=cusport - volumes: - - ./.db:/var/lib/mysql diff --git a/vendor/composer/tmp-31a2426b798b9cbc3f3e1f79951514cb.zip~ b/vendor/composer/tmp-31a2426b798b9cbc3f3e1f79951514cb.zip~ deleted file mode 100644 index e69de29..0000000