new commit 2

This commit is contained in:
2025-06-21 06:09:20 +00:00
parent 05e0af6d46
commit 01caf8dcac

View File

@@ -1,12 +1,22 @@
version: '3.9'
services: services:
dwinzo-website: dwinzo-website-green:
build: build:
context: ./app context: ./app
dockerfile: Dockerfile dockerfile: Dockerfile
image: ramkumar/hexrfactoryinternalportal:latest image: ramkumar/hexrfactoryinternalportal:green
container_name: HexrinternalEcosystem container_name: HexrinternalEcosystem-green
ports:
- "9990:80"
restart: unless-stopped
expose:
- "80"
dwinzo-website-blue:
build:
context: ./app
dockerfile: Dockerfile
image: ramkumar/hexrfactoryinternalportal:blue
container_name: HexrinternalEcosystem-blue
ports: ports:
- "9940:80" - "9940:80"
restart: unless-stopped restart: unless-stopped