mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Fix a deployment issue at Jenkins first discovered on Shipping Portal
This commit is contained in:
@@ -22,7 +22,6 @@ gox.iml
|
|||||||
rebuild_docker.sh
|
rebuild_docker.sh
|
||||||
docker/*
|
docker/*
|
||||||
db/*
|
db/*
|
||||||
package-lock.json
|
|
||||||
public/*
|
public/*
|
||||||
/public/*
|
/public/*
|
||||||
/storage/app/public
|
/storage/app/public
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ services:
|
|||||||
#################################################################
|
#################################################################
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:stable-alpine
|
image: nginx:stable-alpine
|
||||||
container_name: exchange-2-ngnix
|
container_name: exchange-ngnix
|
||||||
ports:
|
ports:
|
||||||
- "8082:80"
|
- "8082:80"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -21,7 +21,7 @@ services:
|
|||||||
#################################################################
|
#################################################################
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5.7.29
|
image: mysql:5.7.29
|
||||||
container_name: exchange-2-mysql
|
container_name: exchange-mysql
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
tty: true
|
tty: true
|
||||||
ports:
|
ports:
|
||||||
@@ -42,7 +42,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: exchange-2-php
|
container_name: exchange-php
|
||||||
volumes:
|
volumes:
|
||||||
- ../:/var/www/html
|
- ../:/var/www/html
|
||||||
- ./php/default.conf:/usr/local/etc/php-fpm.d/zz-docker.conf
|
- ./php/default.conf:/usr/local/etc/php-fpm.d/zz-docker.conf
|
||||||
|
|||||||
Generated
+12736
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user