mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Update: Vue 2 to Vue 3 with Typescript, node 14 to node 22, Jenkinsfile, Dockerfile, vapor.yml (Post PROD Deployment)
- Minor update on docker-compose,yml
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
nginx:
|
||||
image: nginx:stable-alpine
|
||||
platform: linux/amd64
|
||||
container_name: shipping-portal-2-ngnix
|
||||
container_name: shipping-portal-ngnix
|
||||
ports:
|
||||
- "8081:80"
|
||||
volumes:
|
||||
@@ -23,7 +23,7 @@ services:
|
||||
mysql:
|
||||
image: mysql:5.7.29
|
||||
platform: linux/amd64
|
||||
container_name: shipping-portal-2-mysql
|
||||
container_name: shipping-portal-mysql
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
ports:
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: shipping-portal-2-php
|
||||
container_name: shipping-portal-php
|
||||
volumes:
|
||||
- ../:/var/www/html
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user