changes in config

This commit is contained in:
2024-09-29 09:27:52 +05:30
parent a1636c6679
commit ac30a9aabd
5 changed files with 61 additions and 4 deletions

30
docker-compose.yml Normal file
View File

@ -0,0 +1,30 @@
version: '3'
services:
cmc-main-frontend:
build:
context: ./
dockerfile: Dockerfile
restart: always
ports:
- "8071:80"
networks:
- internal-network
environment:
- NODE_ENV=production
cmc-admin-frontend:
build:
context: cmcNew/cmc/support-portal-frontend/
dockerfile: Dockerfile
restart: always
ports:
- "8072:80"
networks:
- internal-network
environment:
- NODE_ENV=production
networks:
internal-network:
driver: bridge