mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
Update: laravel 8 to 12, php 7.3 to php 8.3, Jenkinsfile, Unit/Feature testing, vapor, docker
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
version: '3'
|
||||
|
||||
networks:
|
||||
exchange-staging:
|
||||
exchange-development:
|
||||
|
||||
services:
|
||||
#################################################################
|
||||
nginx:
|
||||
image: nginx:stable-alpine
|
||||
container_name: exchange-ngnix
|
||||
container_name: exchange-2-ngnix
|
||||
ports:
|
||||
- "8082:80"
|
||||
volumes:
|
||||
@@ -17,11 +17,11 @@ services:
|
||||
- php
|
||||
- mysql
|
||||
networks:
|
||||
- exchange-staging
|
||||
- exchange-development
|
||||
#################################################################
|
||||
mysql:
|
||||
image: mysql:5.7.29
|
||||
container_name: exchange-mysql
|
||||
container_name: exchange-2-mysql
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
ports:
|
||||
@@ -36,20 +36,20 @@ services:
|
||||
volumes:
|
||||
- mysql-data:/var/lib/mysql
|
||||
networks:
|
||||
- exchange-staging
|
||||
- exchange-development
|
||||
#################################################################
|
||||
php:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: exchange-php
|
||||
container_name: exchange-2-php
|
||||
volumes:
|
||||
- ../:/var/www/html
|
||||
- ./php/default.conf:/usr/local/etc/php-fpm.d/zz-docker.conf
|
||||
ports:
|
||||
- "9002:9000"
|
||||
networks:
|
||||
- exchange-staging
|
||||
- exchange-development
|
||||
#################################################################
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user