new commit 2

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

View File

@@ -1,14 +1,24 @@
version: '3.9'
services:
dwinzo-website:
dwinzo-website-green:
build:
context: ./app
dockerfile: Dockerfile
image: ramkumar/hexrfactoryinternalportal:latest
container_name: HexrinternalEcosystem
image: ramkumar/hexrfactoryinternalportal:green
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:
- "9940:80"
restart: unless-stopped
expose:
- "80"
- "80"