summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker-compose-preview.yml45
1 files changed, 0 insertions, 45 deletions
diff --git a/docker-compose-preview.yml b/docker-compose-preview.yml
index 1ddb47e..e21f103 100644
--- a/docker-compose-preview.yml
+++ b/docker-compose-preview.yml
@@ -42,51 +42,6 @@ services:
- vaindock_queue
tty: true
-### PHP-FPM Container #######################################
-
- php-fpm:
- container_name: vaindock_php-fpm
- build:
- context: ./php-fpm
- args:
- - INSTALL_XDEBUG=true
- - INSTALL_SOAP=false
- - INSTALL_MONGO=false
- - INSTALL_ZIP_ARCHIVE=false
- - INSTALL_BCMATH=false
- - INSTALL_PHPREDIS=true
- - INSTALL_MEMCACHED=false
- - INSTALL_OPCACHE=false
- - INSTALL_EXIF=false
- dockerfile: Dockerfile-70
- volumes_from:
- - applications
- - vaindock_db-web
- expose:
- - "9000"
- links:
- - workspace
- extra_hosts:
- # IMPORTANT: Replace with your Docker Host IP (will be appended to /etc/hosts)
- - "dockerhost:10.0.75.1"
- environment:
- # IMPORTANT: Set the Remote Interpreter entry matching name to `laravel`
- - PHP_IDE_CONFIG=serverName=laravel
-
- vaindock_nginx:
- build:
- context: ./nginx
- args:
- - PHP_UPSTREAM=php-fpm
- volumes_from:
- - applications
- volumes:
- - ./logs/nginx/:/var/log/nginx
- - ./nginx/sites/:/etc/nginx/sites-available
- ports:
- - "88:80"
- - "443:443"
-
vaindock_updater:
build: ../updater
ports: